We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bae730 + 86f9763 commit 401e784Copy full SHA for 401e784
app/build.gradle.kts
@@ -45,7 +45,8 @@ android {
45
release {
46
isMinifyEnabled = true
47
applicationIdSuffix = NiaBuildType.RELEASE.applicationIdSuffix
48
- proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"))
+ proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"),
49
+ "proguard-rules.pro")
50
51
// To publish on the Play store a private signing key is required, but to allow anyone
52
// who clones the code to sign and run the release variant, use the debug signing key.
app/proguard-rules.pro
@@ -0,0 +1,2 @@
1
+# Repackage classes into the default package to reduce the size of descriptors.
2
+-repackageclasses
0 commit comments