Skip to content

Instantly share code, notes, and snippets.

@frlgrd
Created January 29, 2018 14:51
Show Gist options
  • Save frlgrd/63cc6003a15a3252a86a3cbf51bf3d64 to your computer and use it in GitHub Desktop.
Save frlgrd/63cc6003a15a3252a86a3cbf51bf3d64 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.library'
android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "0.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:design:27.0.2'
}
apply from: 'deploy.gradle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment