Modificato Jenkinsfile
Some checks failed
WMS - Android (New)/pipeline/head There was a failure building this commit

This commit is contained in:
2025-05-28 10:46:25 +02:00
parent 9cc70f4ee6
commit 7a02e1d8ad
2 changed files with 7 additions and 5 deletions

View File

@@ -53,7 +53,8 @@ android {
ext.enableCrashlytics = false
}
release {
minifyEnabled false
minifyEnabled true // Abilita la minimizzazione del codice
shrinkResources true // Rimuove risorse non utilizzate
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}