11[versions ]
2- org-jetbrains-kotlin-android = " 1.9.10"
3- agp = " 8.2.1"
4- coroutines = " 1.7.3"
5- retrofit = " 2.9.0"
2+ agp = " 9.1.0"
3+ coroutines = " 1.10.2"
64
75[libraries ]
86jbox2d = { group = " org.jbox2d" , name = " jbox2d-library" , version = " 2.2.1.1" }
97translation-drag-view-helper = { group = " com.commit451" , name = " translationviewdraghelper" , version = " 2.0.3" }
108
119coroutines-core = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version.ref = " coroutines" }
12- coroutines-android = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core " , version.ref = " coroutines" }
10+ coroutines-android = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-android " , version.ref = " coroutines" }
1311
14- androidx-activity = { group = " androidx.activity" , name = " activity-ktx" , version = " 1.8.2 " }
15- androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version = " 1.6.1 " }
16- androidx-lifecycle-viewmodel = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version = " 2.7 .0" }
12+ androidx-activity = { group = " androidx.activity" , name = " activity-ktx" , version = " 1.10.1 " }
13+ androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version = " 1.7.0 " }
14+ androidx-lifecycle-viewmodel = { group = " androidx.lifecycle" , name = " lifecycle-viewmodel-ktx" , version = " 2.9 .0" }
1715
18- google-material = { group = " com.google.android.material" , name = " material" , version = " 1.11 .0" }
16+ google-material = { group = " com.google.android.material" , name = " material" , version = " 1.12 .0" }
1917
2018circle-image-view = { group = " de.hdodenhof" , name = " circleimageview" , version = " 3.1.0" }
2119
22- coil = { group = " io.coil-kt" , name = " coil" , version = " 2.5 .0" }
20+ coil = { group = " io.coil-kt" , name = " coil" , version = " 2.7 .0" }
2321
24- retrofit = { group = " com.squareup.retrofit2" , name = " retrofit" , version.ref = " retrofit " }
25- retrofit-moshi = { group = " com.squareup.retrofit2" , name = " converter-moshi" , version.ref = " retrofit " }
22+ retrofit = { group = " com.squareup.retrofit2" , name = " retrofit" , version = " 2.11.0 " }
23+ retrofit-moshi = { group = " com.squareup.retrofit2" , name = " converter-moshi" , version = " 2.11.0 " }
2624
27- moshi = { group = " com.squareup.moshi" , name = " moshi-kotlin" , version = " 1.13.0 " }
25+ moshi = { group = " com.squareup.moshi" , name = " moshi-kotlin" , version = " 1.15.2 " }
2826
2927flowlayout = { group = " com.wefika" , name = " flowlayout" , version = " 0.4.1" }
3028
31- gimbal = { group = " com.github.Commit451" , name = " Gimbal" , version = " 3.0.0" }
32-
29+ gimbal = { group = " com.commit451" , name = " gimbal" , version = " 3.1.0" }
3330
3431[plugins ]
35- org-jetbrains-kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " org-jetbrains-kotlin-android" }
36- com-android-application = { id = " com.android.application" , version.ref = " agp" }
37- com-android-library = { id = " com.android.library" , version.ref = " agp" }
38- com-vanniktech-publish = { id = " com.vanniktech.maven.publish" , version = " 0.27.0" }
32+ android-application = { id = " com.android.application" , version.ref = " agp" }
33+ android-library = { id = " com.android.library" , version.ref = " agp" }
34+ vanniktech-publish = { id = " com.vanniktech.maven.publish" , version = " 0.30.0" }
0 commit comments