Skip to content

Commit

Permalink
R8無効化
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoAndo authored Feb 26, 2023
1 parent 02d74a0 commit a8c5b68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ android {
}
buildTypes {
debug { signingConfig signingConfigs.debug }
release { signingConfig signingConfigs.release }
release {
minifyEnabled false
shrinkResources false
signingConfig signingConfigs.release
}
}
// Android 署名設定 - END
}
Expand Down

0 comments on commit a8c5b68

Please sign in to comment.