bump version to 3.0.0-alpha. modify appId

This commit is contained in:
Daniel Gultsch 2022-12-28 13:50:20 +01:00
parent bd7ccc9f77
commit 80d97c3fcc
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -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")