android-appversion-gradle-plugin icon indicating copy to clipboard operation
android-appversion-gradle-plugin copied to clipboard

Add extra information to output file name. Add build number to the application version.

Results 3 android-appversion-gradle-plugin issues
Sort by recently updated
recently updated
newest added

Since updating to `gradle:2.2.0`, all my builds have `unaligned` added to the file name. I've done some digging and `gradle:2.2.0` no longer produces the `unaligned` build. Also, I've ran the...

With versionPlugin { buildTypesMatcher = 'release' supportBuildNumber = false ``` fileNameFormat = '$projectName-$flavorName($versionName)-$date' dateFormat = 'yyyyMMdd' timeFormat = 'HHmm' ``` } I have "Launching app The APK file C:[project]\app\build\outputs\apk[projectName](0.5.0.1)-20160530.apk does...

Is it possible to automatically set app version code with a number stored in versions.properties? It would be nice to have versionCode different (bigger) for every build