You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Shubham Gupta
shubhamgupta2901
Software Developer skilled in Android, Spring, Node.js and React.
Understanding Basics Of Gradle's Dependency Management System and uploading your library to bintray
Type of dependencies that can be added in app's build.gradle:
compileproject(":mylibrary")
It is a dependency on a local library module.
It requires the build system to compile the library module with your app module and include the resulting AAR file in your APK.