mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-08 07:58:55 +01:00
fix(deps): update kotlin
This commit is contained in:
parent
d851319305
commit
b4925430e6
@ -32,8 +32,8 @@ apollographql = "3.8.5"
|
|||||||
auto-service = "1.1.1"
|
auto-service = "1.1.1"
|
||||||
auto-service-ksp = "1.2.0"
|
auto-service-ksp = "1.2.0"
|
||||||
conscrypt = "2.5.3"
|
conscrypt = "2.5.3"
|
||||||
coroutines = "1.9.0"
|
coroutines = "1.10.1"
|
||||||
coroutines-play-services = "1.9.0"
|
coroutines-play-services = "1.10.1"
|
||||||
desugar_jdk_libs = "2.1.4"
|
desugar_jdk_libs = "2.1.4"
|
||||||
diffx = "1.1.1"
|
diffx = "1.1.1"
|
||||||
emoji2 = "1.3.0"
|
emoji2 = "1.3.0"
|
||||||
@ -45,9 +45,9 @@ glide-animation-plugin = "2.23.0"
|
|||||||
hilt = "2.55"
|
hilt = "2.55"
|
||||||
org-json = "20240303"
|
org-json = "20240303"
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
kotlin = "2.0.21"
|
kotlin = "2.1.10"
|
||||||
kotlin-result = "1.1.20"
|
kotlin-result = "1.1.20"
|
||||||
ksp = "2.0.21-1.0.28"
|
ksp = "2.1.10-1.0.29"
|
||||||
image-cropper = "4.3.2"
|
image-cropper = "4.3.2"
|
||||||
leakcanary = "2.14"
|
leakcanary = "2.14"
|
||||||
lint = "31.8.0" # = agp + 23.0.0 (= 8.8.0), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
|
lint = "31.8.0" # = agp + 23.0.0 (= 8.8.0), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
`java-gradle-plugin`
|
`java-gradle-plugin`
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
kotlin("jvm") version "2.0.21"
|
kotlin("jvm") version "2.1.10"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "app.pachli.plugins"
|
group = "app.pachli.plugins"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user