Skip to content

Commit

Permalink
[MERGE] #210 -> develop
Browse files Browse the repository at this point in the history
[FIX/#210] 버전 μ½”λ“œ μ—…λ°μ΄νŠΈ
  • Loading branch information
leeeyubin authored Aug 31, 2024
2 parents 65777d3 + 79527ff commit db6f6e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ fun MyPageInfo(
}
}

private const val VERSION = "1.0.0"
private const val VERSION = "1.0.2"

@Preview(showBackground = true)
@Composable
Expand Down
2 changes: 1 addition & 1 deletion feature/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Terning-Android</string>
<string name="app_name">터닝(terning)</string>

<string name="server_success">μ„œλ²„ν†΅μ‹ μ— μ„±κ³΅ν–ˆμ–΄μš”</string>
<string name="server_failure">μ„œλ²„ν†΅μ‹ μ— μ‹€νŒ¨ν–ˆμ–΄μš”</string>
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
compileSdk = "34"
minSdk = "28"
targetSdk = "34"
versionName = "1.0.0"
versionCode = "10000"
versionName = "1.0.2"
versionCode = "10002"
kotlinCompilerExtensionVersion = "1.5.0"
jvmTarget = "1.8"

Expand Down

0 comments on commit db6f6e0

Please sign in to comment.