Skip to content

Commit 5a8e81d

Browse files
committed
Release
1 parent aeb88ac commit 5a8e81d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)