Bumped version to 0.2.3

This commit is contained in:
Felix Ableitner 2016-03-08 01:43:16 +01:00
parent 127acfb3ab
commit 5d3720b7e9
2 changed files with 3 additions and 3 deletions

View file

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

View file

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