Commit ce6cceae authored by vvb2060's avatar vvb2060 Committed by topjohnwu

Smaller stub

parent 7b26e8b8
...@@ -17,10 +17,7 @@ android { ...@@ -17,10 +17,7 @@ android {
getByName("release") { getByName("release") {
isMinifyEnabled = true isMinifyEnabled = true
isShrinkResources = true isShrinkResources = true
proguardFiles( proguardFiles("proguard-rules.pro")
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment