Created
February 14, 2019 07:04
-
-
Save PierfrancescoSoffritti/96eda81dd70cb08003f78461aa3c1ee9 to your computer and use it in GitHub Desktop.
How to build sample apps for Android libraries with just a few lines of code
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 { | |
implementation "com.psoffritti.librarysampleapptemplate:core:$latest_version" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment