File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ android {
9292
9393 buildTypes {
9494 release {
95- minifyEnabled false
96- shrinkResources false
95+ minifyEnabled true
96+ shrinkResources true
9797 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
9898 }
9999
@@ -141,7 +141,7 @@ dependencies {
141141 implementation ' androidx.core:core-ktx:1.13.0'
142142 implementation ' androidx.fragment:fragment-ktx:1.6.2'
143143 implementation ' androidx.dynamicanimation:dynamicanimation:1.0.0'
144- implementation ' androidx.webkit:webkit:1.10 .0'
144+ implementation ' androidx.webkit:webkit:1.11 .0'
145145 implementation ' androidx.recyclerview:recyclerview:1.3.2'
146146 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
147147
You can’t perform that action at this time.
0 commit comments