Skip to content

Commit b54c203

Browse files
committed
fix: Don't minify the library so we can build releases
See https://stackoverflow.com/questions/79102013/r8-removes-entire-classes-it-shouldnt
1 parent b7b3fbc commit b54c203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818

1919
buildTypes {
2020
release {
21-
minifyEnabled true
21+
minifyEnabled false
2222
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-project.txt'
2323
}
2424
}

0 commit comments

Comments
 (0)