Bump version

This commit is contained in:
Synced Synapse 2015-01-25 14:53:45 +00:00
parent 03f6987cf8
commit ce1b611e91
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 3
versionName "0.9.1"
versionCode 4
versionName "0.9.2"
buildConfigField("String", "IAP_KEY", "\"${rootProject.property("IAP_KEY")}\"")
}