File tree 2 files changed +5
-4
lines changed
fastlane/metadata/android/en-US/changelogs
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ plugins {
26
26
id(" kotlin-parcelize" )
27
27
}
28
28
29
- private val composeLibsVersion = " 1.6.7"
30
- private val composeUiLibsVersion = " 1.6.7"
31
29
private val composeCompilerVersion = " 1.5.14"
32
30
33
31
private val appId = " io.github.yamin8000.dooz"
@@ -40,8 +38,8 @@ android {
40
38
applicationId = appId
41
39
minSdk = 24
42
40
targetSdk = 34
43
- versionCode = 16
44
- versionName = " 1.0.16 "
41
+ versionCode = 17
42
+ versionName = " 1.0.17 "
45
43
vectorDrawables.useSupportLibrary = true
46
44
archivesName = " $applicationId -v$versionCode ($versionName )"
47
45
}
@@ -89,6 +87,8 @@ dependencies {
89
87
// core android
90
88
implementation(" androidx.core:core-ktx:1.13.1" )
91
89
// compose core
90
+ val composeLibsVersion = " 1.6.7"
91
+ val composeUiLibsVersion = " 1.6.7"
92
92
debugImplementation(" androidx.compose.ui:ui-tooling:$composeUiLibsVersion " )
93
93
implementation(" androidx.compose.ui:ui:$composeUiLibsVersion " )
94
94
implementation(" androidx.compose.ui:ui-tooling-preview:$composeUiLibsVersion " )
Original file line number Diff line number Diff line change
1
+ - Added Japanese Translation
You can’t perform that action at this time.
0 commit comments