mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-06 13:31:37 +09:00
リリースビルド時にproguardを有効にして最適化
This commit is contained in:
parent
5ca120012a
commit
d77e94dcc7
@ -36,7 +36,7 @@ android {
|
||||
signingConfig signingConfigs.android
|
||||
}
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
multiDexEnabled false
|
||||
proguardFiles += 'proguard-rules.pro'
|
||||
if (file('release.jks').exists()) {
|
||||
|
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@ -1 +1 @@
|
||||
-keep de.robv.android.xposed.**
|
||||
-keep class io.github.chipppppppppp.lime.Main
|
Loading…
Reference in New Issue
Block a user