Bumped version to 0.5.2
This commit is contained in:
parent
8f5d10f0c0
commit
fa2425b88c
2 changed files with 3 additions and 3 deletions
|
@ -40,8 +40,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.nutomic.ensichat"
|
applicationId "com.nutomic.ensichat"
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 16
|
versionCode 17
|
||||||
versionName "0.5.1"
|
versionName "0.5.2"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
|
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
mainClassName = 'com.nutomic.ensichat.server.Main'
|
mainClassName = 'com.nutomic.ensichat.server.Main'
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
applicationName = 'ensichat-server'
|
applicationName = 'ensichat-server'
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
Reference in a new issue