-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Jorge Costa edited this page May 16, 2017
·
15 revisions
Android Development Accelaration Library Edit should help and accelerate the development of and Android Application.
The project is organization and its features will be described here.
ADAL are available in bintray.
To deploy and distribute the artifacts in jcenter you need to do the follow steps:
- 1º Edit (increment) the value of the variable libraryVersionName in the build.gradle of the project.
- 2º Execute the script ./maven-deploy.sh "username" "password".
To add a new module to the ADAL you need to do the follow steps:
-
1º When you add a new module to the project you need to add to the dependencies of the module ADAL in build.gradle.
-
2º Then you need to add the module name to the array available on the script maven-deploy.sh.