From c041ee69c82e93061a40d2b49818e1ef86eadf77 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 21 May 2024 13:46:20 -0500 Subject: [PATCH] Revert "Temporarily disable auto numbering" This reverts commit 24ed32851bfc9f243c54072637ecdf529346e124. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index bdd65c7cccb2c98b13ea7c19d6c379d87d7a563a..fa09d66de75f33c9191fd99e3c9ff55f8458c3b5 100644 --- a/build.gradle +++ b/build.gradle @@ -133,7 +133,7 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 34 - versionCode 4204931 + versionCode 42025 + tags.size() versionName grgit.describe(always: true) applicationId "eu.siacs.conversations" def appName = "Conversations" @@ -307,7 +307,7 @@ android { buildConfig true } - /*android.applicationVariants.configureEach { variant -> + android.applicationVariants.configureEach { variant -> variant.outputs.each { output -> def baseAbiVersionCode = project.ext.abiCodes.get(output.getFilter(com.android.build.OutputFile.ABI)) if (baseAbiVersionCode != null) { @@ -317,5 +317,5 @@ android { } } - }*/ + } }