Skip to content

Instantly share code, notes, and snippets.

@ahmedfgad
Created June 13, 2019 15:28
Show Gist options
  • Save ahmedfgad/60c29b534235a604d44ee84799ab9610 to your computer and use it in GitHub Desktop.
Save ahmedfgad/60c29b534235a604d44ee84799ab9610 to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.library'
android {
compileSdkVersion 14
buildToolsVersion "26.0.2"
defaultConfig {
minSdkVersion 8
targetSdkVersion 21
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment