fix: revert shrink

This commit is contained in:
auth
2023-08-06 21:08:36 +00:00
committed by GitHub
parent b49cf2a4de
commit 9c2053fac3

View File

@@ -31,8 +31,8 @@ android {
buildTypes {
release {
isMinifyEnabled = true
isShrinkResources = true
isMinifyEnabled = false
isShrinkResources = false
}
}