Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
omega5300 committed Nov 28, 2024
1 parent 6e10bd7 commit a6e5c91
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 1
versionName = "1.1"
versionName = "1.2"
}
packaging {
resources {
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -3,16 +3,16 @@ agp = "8.5.2"
android-compileSdk = "34"
android-minSdk = "28"
android-targetSdk = "34"
androidx-activityCompose = "1.9.1"
androidx-activityCompose = "1.9.3"
androidx-appcompat = "1.7.0"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.13.1"
androidx-constraintlayout = "2.2.0"
androidx-core-ktx = "1.15.0"
androidx-espresso-core = "3.6.1"
androidx-material = "1.12.0"
androidx-test-junit = "1.2.1"
compose-plugin = "1.6.11"
core-splash-screen = "1.0.1"
navigationCompose = "2.8.0-alpha08"
navigationCompose = "2.8.0-alpha10"
junit = "4.13.2"
kotlin = "2.0.0"

0 comments on commit a6e5c91

Please sign in to comment.