We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gradle build will enable us to consume *.aar files and it will also make it trivial to add dependencies to the support and appcompat libraries.
support
appcompat
The task is generally split to the following sub-tasks:
compileSdkVersion<android.jar>
Once we are ready with the above tasks we need to sync with the CLI team and migrate to gradle commands as well.
The text was updated successfully, but these errors were encountered:
atanasovg
No branches or pull requests
Gradle build will enable us to consume *.aar files and it will also make it trivial to add dependencies to the
support
andappcompat
libraries.The task is generally split to the following sub-tasks:
compileSdkVersion<android.jar>
as well as on all the dependencies.Once we are ready with the above tasks we need to sync with the CLI team and migrate to gradle commands as well.
The text was updated successfully, but these errors were encountered: