From 14a66526180253c303622085ef35147764e186ce Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 2 Nov 2023 10:01:55 +0100 Subject: [PATCH] version bump to 2.13.0-beta this is just a beta release to test the Google Play policies wrt Android 14 --- build.gradle | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4ec3fc1c1..8d4bf8aed 100644 --- a/build.gradle +++ b/build.gradle @@ -92,13 +92,13 @@ ext { android { namespace 'eu.siacs.conversations' - compileSdkVersion 34 + compileSdk 34 defaultConfig { minSdkVersion 21 targetSdkVersion 34 - versionCode 42077 - versionName "2.12.12" + versionCode 42078 + versionName "2.13.0-beta" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId @@ -112,6 +112,7 @@ android { universalApk true enable true reset() + //noinspection ChromeOsAbiSupport include project.ext.abiCodes.keySet() as String[] } } @@ -130,7 +131,8 @@ android { targetCompatibility JavaVersion.VERSION_17 } - flavorDimensions("mode", "distribution") + flavorDimensions += "mode" + flavorDimensions += "distribution" productFlavors {