Skip to content

Commit 5330679

Browse files
committed
1 parent cb2b807 commit 5330679

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ plugins {
2626
id("kotlin-parcelize")
2727
}
2828

29-
private val composeLibsVersion = "1.6.7"
30-
private val composeUiLibsVersion = "1.6.7"
3129
private val composeCompilerVersion = "1.5.14"
3230

3331
private val appId = "io.github.yamin8000.dooz"
@@ -40,8 +38,8 @@ android {
4038
applicationId = appId
4139
minSdk = 24
4240
targetSdk = 34
43-
versionCode = 16
44-
versionName = "1.0.16"
41+
versionCode = 17
42+
versionName = "1.0.17"
4543
vectorDrawables.useSupportLibrary = true
4644
archivesName = "$applicationId-v$versionCode($versionName)"
4745
}
@@ -89,6 +87,8 @@ dependencies {
8987
//core android
9088
implementation("androidx.core:core-ktx:1.13.1")
9189
//compose core
90+
val composeLibsVersion = "1.6.7"
91+
val composeUiLibsVersion = "1.6.7"
9292
debugImplementation("androidx.compose.ui:ui-tooling:$composeUiLibsVersion")
9393
implementation("androidx.compose.ui:ui:$composeUiLibsVersion")
9494
implementation("androidx.compose.ui:ui-tooling-preview:$composeUiLibsVersion")
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added Japanese Translation

0 commit comments

Comments
 (0)