Bump version to 1.0.0

This commit is contained in:
Synced Synapse 2015-02-01 18:25:59 +00:00
parent 9b17da2800
commit 4c98abfaac
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "com.syncedsynapse.kore2"
minSdkVersion 15
targetSdkVersion 21
versionCode 4
versionName "0.9.2"
versionCode 5
versionName "1.0.0"
buildConfigField("String", "IAP_KEY", "\"${rootProject.property("IAP_KEY")}\"")
}