Bumped version to 0.2.2

This commit is contained in:
Felix Ableitner 2016-02-11 17:09:41 +01:00
parent 2c2bc1929d
commit 6a8a7971f8
2 changed files with 3 additions and 3 deletions

View file

@ -39,8 +39,8 @@ android {
defaultConfig {
applicationId "com.nutomic.ensichat"
targetSdkVersion 23
versionCode 10
versionName "0.2.1"
versionCode 11
versionName "0.2.2"
multiDexEnabled true
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
}

View file

@ -8,7 +8,7 @@ dependencies {
}
mainClassName = 'com.nutomic.ensichat.server.Main'
version = "0.2.1"
version = "0.2.2"
applicationName = 'ensichat-server'
run {