From fea0a73f05c95ee8848df6b31cb6d49e43776888 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 27 Feb 2024 15:31:13 -0500 Subject: [PATCH] Revert "Pump the brakes before we hit 100" This reverts commit b8f9f7952ec0cf19aa9362c4e22db0b7e99a610c. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d530a57490b409dfe662eaeaaca71037bbd34752..570b0144fc7861ff0a07fd3811bf8b97b04a63cb 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 34 - versionCode 4204897 + versionCode 42025 + tags.size() versionName grgit.describe(always: true) applicationId "eu.siacs.conversations" def appName = "Conversations" @@ -304,7 +304,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) { @@ -314,5 +314,5 @@ android { } } - }*/ + } }