- 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'
minSdk 30
targetSdk 36
versionCode 15
versionName '1.5'
versionCode 16
versionName '1.6'
def languages = [ 'en' ]
buildConfigField 'String[]', 'LANGUAGES', '{ "' + languages.join('", "') + '" }'
@@ -63,6 +63,7 @@ android {
release {
minifyEnabled true
shrinkResources false
signingConfig signingConfigs.debug
}
}