- Updated build.gradle

This commit is contained in:
2026-03-08 14:48:37 +01:00
parent df602c5220
commit 3199004951
+3 -2
View File
@@ -20,8 +20,8 @@ android {
applicationId 'com.michatec.store' applicationId 'com.michatec.store'
minSdk 30 minSdk 30
targetSdk 36 targetSdk 36
versionCode 15 versionCode 16
versionName '1.5' versionName '1.6'
def languages = [ 'en' ] def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }' buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
@@ -63,6 +63,7 @@ android {
release { release {
minifyEnabled true minifyEnabled true
shrinkResources false shrinkResources false
signingConfig signingConfigs.debug
} }
} }