Bump version

This commit is contained in:
Synced Synapse 2015-01-18 15:11:35 +00:00
parent 085c60d049
commit 7791f45829
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 2
versionName "0.9.0"
versionCode 3
versionName "0.9.1"
buildConfigField("String", "IAP_KEY", "\"${rootProject.property("IAP_KEY")}\"")
}