Bumped version to 0.5.2

This commit is contained in:
Felix Ableitner 2016-09-28 12:02:09 +09:00
parent 8f5d10f0c0
commit fa2425b88c
2 changed files with 3 additions and 3 deletions

View file

@ -40,8 +40,8 @@ android {
defaultConfig {
applicationId "com.nutomic.ensichat"
targetSdkVersion 23
versionCode 16
versionName "0.5.1"
versionCode 17
versionName "0.5.2"
multiDexEnabled true
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
}

View file

@ -9,7 +9,7 @@ dependencies {
}
mainClassName = 'com.nutomic.ensichat.server.Main'
version = "0.5.1"
version = "0.5.2"
applicationName = 'ensichat-server'
jar {