Skip to content

Instantly share code, notes, and snippets.

@cdsap
Created May 17, 2019 03:20
Show Gist options
  • Save cdsap/1decccce686be04c0f6bafb0d0d2d89d to your computer and use it in GitHub Desktop.
Save cdsap/1decccce686be04c0f6bafb0d0d2d89d to your computer and use it in GitHub Desktop.
buildgradle
apply plugin: 'libraryCommonPlugin'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
testImplementation 'junit:junit:4.12'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment