1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-06 13:31:37 +09:00

Merge pull request #32 from auag0/master

リリースビルド時にproguardを有効にして最適化
This commit is contained in:
Chippppp 2024-01-23 22:21:57 +09:00 committed by GitHub
commit 30678a2364
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ android {
signingConfig signingConfigs.android signingConfig signingConfigs.android
} }
release { release {
minifyEnabled false minifyEnabled true
multiDexEnabled false multiDexEnabled false
proguardFiles += 'proguard-rules.pro' proguardFiles += 'proguard-rules.pro'
if (file('release.jks').exists()) { if (file('release.jks').exists()) {

View File

@ -1 +1 @@
-keep class io.github.chipppppppppp.lime.Main