Skip to content

Commit 4ba9e4c

Browse files
authored
cronet: disable code shrinking for library build (#6448) (#6451)
1 parent ca1323f commit 4ba9e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cronet/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
buildTypes {
4343
debug { minifyEnabled false }
4444
release {
45-
minifyEnabled true
46-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
45+
minifyEnabled false
46+
consumerProguardFiles 'proguard-rules.pro'
4747
}
4848
}
4949
testOptions { unitTests { includeAndroidResources = true } }

0 commit comments

Comments
 (0)