Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9ff126a

Browse files
committed
disable proguard in release
1 parent 2407cf6 commit 9ff126a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ android {
2323
abortOnError false
2424
}
2525

26-
buildTypes {
27-
release {
28-
minifyEnabled true
29-
proguardFiles getDefaultProguardFile('proguard-android.txt'),
30-
'proguard-rules.pro'
31-
}
32-
}
33-
3426
packagingOptions {
3527
exclude '.readme'
3628
}

0 commit comments

Comments
 (0)