Skip to content

Commit

Permalink
Merge pull request #153 from snuhcs-course/hotfix-release
Browse files Browse the repository at this point in the history
hotfix: release
  • Loading branch information
luke-igaw authored Dec 10, 2023
2 parents 898efe1 + 66c3b97 commit 0d02c57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android/RunUsAndroid/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ android {

buildTypes {
getByName("release") {
shrinkResources = true
minifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android.txt"),
"proguard-rules.pro"
)
// shrinkResources = true
// minifyEnabled = true
// proguardFiles(
// getDefaultProguardFile("proguard-android.txt"),
// "proguard-rules.pro"
// )
}
}
aaptOptions {
Expand Down

0 comments on commit 0d02c57

Please sign in to comment.