gradle-android-buildconstants-plugin
gradle-android-buildconstants-plugin copied to clipboard
A Gradle plugin for Android which generates both Java and XML constants as part of the build process.
Results
1
gradle-android-buildconstants-plugin issues
Sort by
recently updated
recently updated
newest added
Ideally following the style of the `android` closure allowing to override less specific configs, for example: ``` android { ... defaultConfig { applicationId 'com.jenzz.buildconstants.sample' minSdkVersion 16 targetSdkVersion 23 versionCode 1...
enhancement