Skip to content

Instantly share code, notes, and snippets.

@odaridavid
Created September 24, 2019 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odaridavid/dda7d06a852ab023bc6f0a809f0749ff to your computer and use it in GitHub Desktop.
Save odaridavid/dda7d06a852ab023bc6f0a809f0749ff to your computer and use it in GitHub Desktop.
Api vs implementation article
apply from:'../android-lib-template.gradle'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
//Material Theme
implementation "com.google.android.material:material:1.1.0-alpha10"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment