Skip to content

Commit

Permalink
build: bump up kotlin to 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Sep 18, 2024
1 parent cd81dd1 commit 5ac6a92
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion color/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_8
}
buildTypes {
all {
release {
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
)
Expand Down
27 changes: 12 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
[versions]
accompanist = "0.34.0"
androidGradlePlugin = "8.7.0-alpha05"
androidxComposeBom = "2024.08.00-alpha01"
androidxComposeBom = "2024.09.00-alpha01"
androidxCore = "1.13.1"
androidMaterial = "1.12.0"
androidxAppCompat = "1.7.0"
androidxActivity = "1.9.1"
androidxActivity = "1.9.2"
androidxSplashscreen = "1.0.1"

androidxLifecycle = "2.8.4"
androidxNavigation = "2.7.7"
androidxFoundation = "1.6.0-beta03"
androidxComposeMaterial3 = "1.3.0-beta05"
androidxComposeAnimation = "1.5.0-beta01"
androidxLifecycle = "2.8.5"
androidxNavigation = "2.8.0"

androidxEspresso = "3.5.0"
androidxTestExt = "1.1.4"
Expand All @@ -22,15 +19,15 @@ coil = "2.5.0"

junit4 = "4.13.2"

kotlin = "2.0.0"
kotlin = "2.0.20"

kotlinxCoroutines = "1.8.0"
kotlinxDatetime = "0.4.0"
kotlinxSerializationJson = "1.6.2"
coroutines = "1.8.0"
datetime = "0.6.1"
serialization = "1.7.2"
okhttp = "5.0.0-alpha.10"

room = "2.6.1"
ksp = "2.0.0-1.0.22"
ksp = "2.0.20-1.0.25"

youtubedlAndroid = "0.16.1"

Expand Down Expand Up @@ -83,9 +80,9 @@ coil-kt-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "

junit4 = { group = "junit", name = "junit", version.ref = "junit4" }

kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinxDatetime" }
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "datetime" }
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" }


room-runtime = { group = "androidx.room", name = "room-runtime", version.ref = "room" }
Expand Down

0 comments on commit 5ac6a92

Please sign in to comment.