In Gradle android Plugin 0.9.8 you can now have AIDL files processed automatically(my code contribution) also some other neat additions. Another developer is working on support for the Test stuff, I think that might be 0.9.9 which is upcoming.
Posts Tagged ‘Gradle’
Some one created a gradle android plugin. The problem I see is that instead of adjusting sourceSets in the plugin from the defaults of src/main/java, etc they make the user of the plugin do a manual adjust of the src files, not good.
Gradle Task for Proguard
Posted: September 3, 2009 in AndCooper, Android, Java, MobileTags: Android, Development Tools, Gradle
I use proguard settings specific to Android Java applications so change to fit your needs before using: Notice all I am doing is creating the proguard.pro file on-the-fly and than using that in my taskdef via the ANTBuilder.


