Created
January 5, 2015 09:34
-
-
Save guodong1111/4ec3f02c47f2ff5d8bd7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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