Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed May 20, 2024
1 parent cb2b807 commit 5330679
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ plugins {
id("kotlin-parcelize")
}

private val composeLibsVersion = "1.6.7"
private val composeUiLibsVersion = "1.6.7"
private val composeCompilerVersion = "1.5.14"

private val appId = "io.github.yamin8000.dooz"
Expand All @@ -40,8 +38,8 @@ android {
applicationId = appId
minSdk = 24
targetSdk = 34
versionCode = 16
versionName = "1.0.16"
versionCode = 17
versionName = "1.0.17"
vectorDrawables.useSupportLibrary = true
archivesName = "$applicationId-v$versionCode($versionName)"
}
Expand Down Expand Up @@ -89,6 +87,8 @@ dependencies {
//core android
implementation("androidx.core:core-ktx:1.13.1")
//compose core
val composeLibsVersion = "1.6.7"
val composeUiLibsVersion = "1.6.7"
debugImplementation("androidx.compose.ui:ui-tooling:$composeUiLibsVersion")
implementation("androidx.compose.ui:ui:$composeUiLibsVersion")
implementation("androidx.compose.ui:ui-tooling-preview:$composeUiLibsVersion")
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added Japanese Translation

0 comments on commit 5330679

Please sign in to comment.