Skip to content

Instantly share code, notes, and snippets.

@odaridavid
Created September 24, 2019 10:46
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/dc53e96c6a16b3730a62d0459dfaa195 to your computer and use it in GitHub Desktop.
Save odaridavid/dc53e96c6a16b3730a62d0459dfaa195 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
api "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