Change summary
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Detailed changes
@@ -132,7 +132,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
- versionCode 42025 + tags.size()
+ versionCode 4204922
versionName grgit.describe(always: true)
applicationId "eu.siacs.conversations"
def appName = "Conversations"
@@ -306,7 +306,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) {
@@ -316,5 +316,5 @@ android {
}
}
- }
+ }*/
}