mirror of
https://github.com/mihonapp/mihon.git
synced 2025-08-21 13:51:33 +02:00
Compare commits
5 Commits
fdc1423f3d
...
4828c54245
Author | SHA1 | Date | |
---|---|---|---|
|
4828c54245 | ||
|
dca9bf1057 | ||
|
e8b7c3e24b | ||
|
af77083660 | ||
|
36b9caeea8 |
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
agp_version = "8.5.1"
|
||||
agp_version = "8.5.2"
|
||||
lifecycle_version = "2.8.4"
|
||||
paging_version = "3.3.2"
|
||||
interpolator_version = "1.0.0"
|
||||
@@ -7,7 +7,7 @@ interpolator_version = "1.0.0"
|
||||
[libraries]
|
||||
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
|
||||
|
||||
annotation = "androidx.annotation:annotation:1.8.1"
|
||||
annotation = "androidx.annotation:annotation:1.8.2"
|
||||
appcompat = "androidx.appcompat:appcompat:1.7.0"
|
||||
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
@@ -21,7 +21,7 @@ lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref
|
||||
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle_version" }
|
||||
lifecycle-runtimektx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle_version" }
|
||||
|
||||
workmanager = "androidx.work:work-runtime:2.9.0"
|
||||
workmanager = "androidx.work:work-runtime:2.9.1"
|
||||
|
||||
paging-runtime = { module = "androidx.paging:paging-runtime", version.ref = "paging_version" }
|
||||
paging-compose = { module = "androidx.paging:paging-compose", version.ref = "paging_version" }
|
||||
|
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
compose-bom = "2024.07.00-alpha02"
|
||||
compose-bom = "2024.08.00-alpha01"
|
||||
accompanist = "0.35.1-alpha"
|
||||
|
||||
[libraries]
|
||||
|
@@ -42,7 +42,7 @@ preferencektx = "androidx.preference:preference-ktx:1.2.1"
|
||||
|
||||
injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"
|
||||
|
||||
coil-bom = { module = "io.coil-kt.coil3:coil-bom", version = "3.0.0-alpha09" }
|
||||
coil-bom = { module = "io.coil-kt.coil3:coil-bom", version = "3.0.0-alpha10" }
|
||||
coil-core = { module = "io.coil-kt.coil3:coil" }
|
||||
coil-gif = { module = "io.coil-kt.coil3:coil-gif" }
|
||||
coil-compose = { module = "io.coil-kt.coil3:coil-compose" }
|
||||
|
Reference in New Issue
Block a user