Bumped version to 0.3.0
This commit is contained in:
parent
d97986ae81
commit
09ef3b3705
3 changed files with 3 additions and 4 deletions
|
@ -40,8 +40,8 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "com.nutomic.ensichat"
|
||||
targetSdkVersion 23
|
||||
versionCode 12
|
||||
versionName "0.2.3"
|
||||
versionCode 13
|
||||
versionName "0.3.0"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
|
||||
}
|
||||
|
|
|
@ -8,5 +8,4 @@ dependencies {
|
|||
}
|
||||
|
||||
mainClassName = 'com.nutomic.ensichat.integration.Main'
|
||||
version = "0.2.3"
|
||||
applicationName = 'ensichat-server'
|
||||
|
|
|
@ -9,7 +9,7 @@ dependencies {
|
|||
}
|
||||
|
||||
mainClassName = 'com.nutomic.ensichat.server.Main'
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
applicationName = 'ensichat-server'
|
||||
|
||||
run {
|
||||
|
|
Reference in a new issue