Skip to content

Instantly share code, notes, and snippets.

@elye
Created April 23, 2017 12:32
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 elye/aba1c4327a3e3c757e68c84db1ceb7eb to your computer and use it in GitHub Desktop.
Save elye/aba1c4327a3e3c757e68c84db1ceb7eb to your computer and use it in GitHub Desktop.
android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "<YourApplicationID>"
minSdkVersion 19
targetSdkVersion 25
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment