Skip to content

Commit

Permalink
chore: versionName - beta, isMinifyEnabled - false, app_name 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Feb 7, 2024
1 parent 3b2e40d commit f7126dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
applicationId = "com.oksusu.susu"
versionCode = 1
versionName = "1.0"
versionName = "1.0.0-beta.0"
buildConfigField("String", "KAKAO_APP_KEY", getApiKey("KAKAO_APP_KEY"))
manifestPlaceholders["KAKAO_APP_KEY"] = "kakao${getApiKey("KAKAO_REDIRECT_KEY")}"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Susu</string>
</resources>
<string name="app_name">수수</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ internal fun Project.configureKotlinAndroid(
}

getByName("release") {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android.txt"),
"proguard-rules.pro",
Expand Down

0 comments on commit f7126dc

Please sign in to comment.