We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae4751 commit 53870f6Copy full SHA for 53870f6
1 file changed
app/build.gradle
@@ -5,15 +5,16 @@ android {
5
buildToolsVersion "33.0.2"
6
defaultConfig {
7
applicationId "ferenc_gerlits.hypercube_viewer"
8
- minSdkVersion 24
+ minSdkVersion 21
9
targetSdkVersion 33
10
versionCode 3
11
versionName "1.2"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
}
14
buildTypes {
15
release {
16
- minifyEnabled false
+ minifyEnabled true
17
+ shrinkResources true
18
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
19
20
0 commit comments