File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ android {
19
19
20
20
buildTypes {
21
21
release {
22
- minifyEnabled false
22
+ minifyEnabled true
23
23
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
24
24
}
25
25
}
26
+ buildFeatures {
27
+ viewBinding true
28
+ }
26
29
compileOptions {
27
30
sourceCompatibility JavaVersion . VERSION_1_8
28
31
targetCompatibility JavaVersion . VERSION_1_8
@@ -39,6 +42,7 @@ dependencies {
39
42
implementation ' com.google.android.material:material:1.8.0'
40
43
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
41
44
implementation ' androidx.core:core-ktx:1.9.0'
45
+
42
46
testImplementation ' junit:junit:4.13.2'
43
47
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
44
48
androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
You can’t perform that action at this time.
0 commit comments