User story
As an Android library contributor,
I want to automate build, test, and deployment tasks with Gradle
In order to focus on my product instead of my project.
Acceptance criteria
This is the android-lib:boilerplate sub-generator, which provides the build, test, and deployment tasks with *.gradle files, as well as an Android Studio directory structure.
Expected Behavior
Current Behavior
Possible Solutions
Plugins
References
- Building an AAR Library in Android Studio
- Creating and Publishing an Android Library
- Gradle Documentation
Context
Your Environment
- Target JDK: 25
- Minimum JDK: 23
- Environment name and version (e.g. Chrome 39, node.js 5.4):
- Operating System and version (desktop or mobile):
- Link to your project:
User story
As an Android library contributor,
I want to automate build, test, and deployment tasks with Gradle
In order to focus on my product instead of my project.
Acceptance criteria
This is the
android-lib:boilerplatesub-generator, which provides the build, test, and deployment tasks with *.gradle files, as well as an Android Studio directory structure..aarbinary from a CLI.Expected Behavior
Current Behavior
Possible Solutions
Plugins
References
Context
Your Environment