version bump to 2.13.0-beta
this is just a beta release to test the Google Play policies wrt Android 14
This commit is contained in:
parent
695bdc329f
commit
14a6652618
10
build.gradle
10
build.gradle
|
@ -92,13 +92,13 @@ ext {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'eu.siacs.conversations'
|
namespace 'eu.siacs.conversations'
|
||||||
compileSdkVersion 34
|
compileSdk 34
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42077
|
versionCode 42078
|
||||||
versionName "2.12.12"
|
versionName "2.13.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
@ -112,6 +112,7 @@ android {
|
||||||
universalApk true
|
universalApk true
|
||||||
enable true
|
enable true
|
||||||
reset()
|
reset()
|
||||||
|
//noinspection ChromeOsAbiSupport
|
||||||
include project.ext.abiCodes.keySet() as String[]
|
include project.ext.abiCodes.keySet() as String[]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -130,7 +131,8 @@ android {
|
||||||
targetCompatibility JavaVersion.VERSION_17
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
}
|
}
|
||||||
|
|
||||||
flavorDimensions("mode", "distribution")
|
flavorDimensions += "mode"
|
||||||
|
flavorDimensions += "distribution"
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue