Producing better named Android APKs with Gradle

One thing that’s nagged me when using the Android Gradle build system is that by default the APK files produced will have the nondescript name of app-debug.apk and cousins. This stems from the default and preferred project setup where the application code is contained in the “app” directory, and the name of the directory by default is used for the APK name. But if you’ve ever had to distribute your APK artifacts to other people this simple name won’t cut it.

We can do better!

(more…)

Continue Reading Producing better named Android APKs with Gradle

Maven automatic build versioning and Git against Subversion

If you use Git locally against a Subversion repository you might run into problems if your project is set up to generate automatic build numbers through the buildnumber-maven-plugin, since the plugin might be setup to get the build numbers from Subversion. Through some use of additional profiles you can work around this.

Continue Reading Maven automatic build versioning and Git against Subversion

End of content

No more pages to load