Created
November 15, 2019 09:34
-
-
Save prasad79/683caaa0907787f2fe99e59428e3a5e6 to your computer and use it in GitHub Desktop.
using library from GitHub Package Registry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
//consume library | |
implementation 'com.example:package' // Replace with the groupd id / package id and version number of library as required | |
.... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment