bump version to 3.0.0-alpha. modify appId
This commit is contained in:
parent
bd7ccc9f77
commit
80d97c3fcc
12
build.gradle
12
build.gradle
|
@ -89,12 +89,12 @@ android {
|
||||||
compileSdkVersion 32
|
compileSdkVersion 32
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 23
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 42050
|
versionCode 1
|
||||||
versionName "2.12.2"
|
versionName "3.0.0-alpha"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "im.conversations.android"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
def appName = "Conversations"
|
def appName = "Conversations"
|
||||||
resValue "string", "app_name", appName
|
resValue "string", "app_name", appName
|
||||||
|
@ -117,8 +117,8 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_11
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_11
|
||||||
}
|
}
|
||||||
|
|
||||||
flavorDimensions("mode", "distribution")
|
flavorDimensions("mode", "distribution")
|
||||||
|
|
Loading…
Reference in a new issue