Skip to content

Commit

Permalink
setting: 난독화
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Oct 25, 2024
1 parent 1f4a727 commit 4a2653d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@ android {
buildConfigField("String", "KAKAO_NATIVE_APP_KEY", "\"$kakaoKey\"")
manifestPlaceholders["KAKAO_NATIVE_APP_KEY"] = kakaoKey

isMinifyEnabled = false
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

var shrinkResources = false
var minifyEnabled = false
}

debug {
Expand Down

0 comments on commit 4a2653d

Please sign in to comment.