Skip to content

Commit 53870f6

Browse files
author
Ferenc Gerlits
committed
Restore min version to 21, add minify and shrink
1 parent eae4751 commit 53870f6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ android {
55
buildToolsVersion "33.0.2"
66
defaultConfig {
77
applicationId "ferenc_gerlits.hypercube_viewer"
8-
minSdkVersion 24
8+
minSdkVersion 21
99
targetSdkVersion 33
1010
versionCode 3
1111
versionName "1.2"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {
1515
release {
16-
minifyEnabled false
16+
minifyEnabled true
17+
shrinkResources true
1718
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
1819
}
1920
}

0 commit comments

Comments
 (0)