Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Sep 20, 2024
1 parent 2e309c3 commit e83e0a8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## 0.22.3

* `Versions`:
* `Serialization`: `1.7.2` -> `1.7.3`
* `Coroutines`: `1.8.1` -> `1.9.0`
* `Compose`: `1.7.0-alpha03` -> `1.7.0-beta02`
* `Koin`: `3.5.6` -> `4.0.0`
* `Okio`: `3.9.0` -> `3.9.1`
* `AndroidFragment`: `1.8.2` -> `1.8.3`
* `androidx.compose.material3:material3` has been replaced with `org.jetbrains.compose.material3:material3`

## 0.22.2

* `Versions`:
Expand Down
2 changes: 1 addition & 1 deletion android/smalltextfield/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kotlin {
sourceSets {
androidMain {
dependencies {
api libs.android.compose.material3
api libs.jb.compose.material3
}
}
}
Expand Down
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]

kt = "2.0.20"
kt-serialization = "1.7.2"
kt-coroutines = "1.8.1"
kt-serialization = "1.7.3"
kt-coroutines = "1.9.0"

kslog = "1.3.6"

jb-compose = "1.7.0-alpha03"
jb-compose = "1.7.0-beta02"
jb-exposed = "0.54.0"
jb-dokka = "1.9.20"

Expand All @@ -19,11 +19,11 @@ ktor = "2.3.12"

gh-release = "2.5.2"

koin = "3.5.6"
koin = "4.0.0"

okio = "3.9.0"
okio = "3.9.1"

ksp = "2.0.20-1.0.24"
ksp = "2.0.20-1.0.25"
kotlin-poet = "1.18.1"

versions = "0.51.0"
Expand All @@ -34,10 +34,10 @@ dexcount = "4.0.0"
android-coreKtx = "1.13.1"
android-recyclerView = "1.3.2"
android-appCompat = "1.7.0"
android-fragment = "1.8.2"
android-fragment = "1.8.3"
android-espresso = "3.6.1"
android-test = "1.2.1"
android-compose-material3 = "1.2.1"
android-compose-material3 = "1.3.0"

android-props-minSdk = "21"
android-props-compileSdk = "35"
Expand Down Expand Up @@ -85,11 +85,11 @@ jb-exposed = { module = "org.jetbrains.exposed:exposed-core", version.ref = "jb-
jb-exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "jb-exposed" }
sqlite = { module = "org.xerial:sqlite-jdbc", version.ref = "sqlite" }

jb-compose-material3 = { module = "org.jetbrains.compose.material3:material3", version.ref = "jb-compose" }

android-coreKtx = { module = "androidx.core:core-ktx", version.ref = "android-coreKtx" }
android-recyclerView = { module = "androidx.recyclerview:recyclerview", version.ref = "android-recyclerView" }
android-appCompat-resources = { module = "androidx.appcompat:appcompat-resources", version.ref = "android-appCompat" }
android-compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "android-compose-material3" }
android-fragment = { module = "androidx.fragment:fragment", version.ref = "android-fragment" }
android-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "android-espresso" }
android-test-junit = { module = "androidx.test.ext:junit", version.ref = "android-test" }
Expand Down

0 comments on commit e83e0a8

Please sign in to comment.