Bumped version to 0.2.3
This commit is contained in:
parent
127acfb3ab
commit
5d3720b7e9
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@ dependencies {
|
|||
}
|
||||
|
||||
mainClassName = 'com.nutomic.ensichat.server.Main'
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
applicationName = 'ensichat-server'
|
||||
|
||||
run {
|
||||
|
|
Reference in a new issue