mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-26 18:48:36 +01:00
Bump dependencies
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
[versions]
|
||||
agp_version = "8.0.2"
|
||||
agp_version = "8.1.0"
|
||||
lifecycle_version = "2.6.1"
|
||||
paging_version = "3.2.0-rc01"
|
||||
paging_version = "3.2.0"
|
||||
|
||||
[libraries]
|
||||
gradle = { module = "com.android.tools.build:gradle", version.ref = "agp_version" }
|
||||
|
||||
annotation = "androidx.annotation:annotation:1.7.0-alpha02"
|
||||
annotation = "androidx.annotation:annotation:1.7.0-alpha03"
|
||||
appcompat = "androidx.appcompat:appcompat:1.6.1"
|
||||
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
corektx = "androidx.core:core-ktx:1.11.0-beta02"
|
||||
corektx = "androidx.core:core-ktx:1.12.0-beta01"
|
||||
splashscreen = "androidx.core:core-splashscreen:1.0.1"
|
||||
recyclerview = "androidx.recyclerview:recyclerview:1.3.1-rc01"
|
||||
recyclerview = "androidx.recyclerview:recyclerview:1.3.1"
|
||||
viewpager = "androidx.viewpager:viewpager:1.1.0-alpha01"
|
||||
glance = "androidx.glance:glance-appwidget:1.0.0-beta01"
|
||||
glance = "androidx.glance:glance-appwidget:1.0.0-rc01"
|
||||
profileinstaller = "androidx.profileinstaller:profileinstaller:1.3.1"
|
||||
|
||||
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle_version" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
compiler = "1.5.0"
|
||||
compose-bom = "2023.07.00-alpha01"
|
||||
compiler = "1.5.1"
|
||||
compose-bom = "2023.07.00-alpha02"
|
||||
accompanist = "0.31.5-beta"
|
||||
|
||||
[libraries]
|
||||
|
||||
@@ -7,7 +7,7 @@ xml_serialization_version = "0.86.1"
|
||||
reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin_version" }
|
||||
gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin_version" }
|
||||
|
||||
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.7.2" }
|
||||
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version = "1.7.3" }
|
||||
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core" }
|
||||
coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android" }
|
||||
coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava" }
|
||||
|
||||
Reference in New Issue
Block a user