Skip to content

Instantly share code, notes, and snippets.

@guodong1111
Created January 5, 2015 09:34
Show Gist options
  • Save guodong1111/4ec3f02c47f2ff5d8bd7 to your computer and use it in GitHub Desktop.
Save guodong1111/4ec3f02c47f2ff5d8bd7 to your computer and use it in GitHub Desktop.
android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig {
applicationId "tv.tv9x9.fliprX"
minSdkVersion 15
targetSdkVersion 21
versionCode 53
versionName "0.8.15"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
fliprX {
applicationId "tv.fliprX.fliprX"
}
tw_9tv {
applicationId "tv.fliprX.tw_9tv"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment