Skip to content

Commit

Permalink
Merge pull request #32 from auag0/master
Browse files Browse the repository at this point in the history
リリースビルド時にproguardを有効にして最適化
  • Loading branch information
Chipppppppppp authored Jan 23, 2024
2 parents f2b7f82 + 8d9ef35 commit 39131e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
signingConfig signingConfigs.android
}
release {
minifyEnabled false
minifyEnabled true
multiDexEnabled false
proguardFiles += 'proguard-rules.pro'
if (file('release.jks').exists()) {
Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1 +1 @@

-keep class io.github.chipppppppppp.lime.Main

0 comments on commit 39131e6

Please sign in to comment.