Bump dependencies
This commit is contained in:
parent
395a840fc4
commit
f4e344f686
@ -3,12 +3,12 @@ agp_version = "7.2.0"
|
|||||||
lifecycle_version = "2.5.0-rc01"
|
lifecycle_version = "2.5.0-rc01"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
annotation = "androidx.annotation:annotation:1.4.0-alpha02"
|
annotation = "androidx.annotation:annotation:1.4.0-beta01"
|
||||||
appcompat = "androidx.appcompat:appcompat:1.4.1"
|
appcompat = "androidx.appcompat:appcompat:1.4.1"
|
||||||
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
||||||
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
|
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
|
||||||
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||||
corektx = "androidx.core:core-ktx:1.8.0-rc01"
|
corektx = "androidx.core:core-ktx:1.8.0-rc02"
|
||||||
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
splashscreen = "androidx.core:core-splashscreen:1.0.0-alpha02"
|
||||||
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02"
|
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02"
|
||||||
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
||||||
@ -31,5 +31,5 @@ lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]
|
|||||||
workmanager = ["work-runtime", "guava"]
|
workmanager = ["work-runtime", "guava"]
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
application = { id = "com.android.application", version.ref="agp_version"}
|
application = { id = "com.android.application", version.ref = "agp_version"}
|
||||||
library = { id = "com.android.library", version.ref="agp_version"}
|
library = { id = "com.android.library", version.ref = "agp_version"}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[versions]
|
[versions]
|
||||||
compose = "1.2.0-beta01"
|
compose = "1.2.0-beta02"
|
||||||
accompanist = "0.24.8-beta"
|
accompanist = "0.24.9-beta"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
activity = "androidx.activity:activity-compose:1.6.0-alpha03"
|
activity = "androidx.activity:activity-compose:1.6.0-alpha03"
|
||||||
@ -8,7 +8,7 @@ foundation = { module = "androidx.compose.foundation:foundation", version.ref="c
|
|||||||
animation = { module = "androidx.compose.animation:animation", version.ref="compose" }
|
animation = { module = "androidx.compose.animation:animation", version.ref="compose" }
|
||||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref="compose" }
|
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref="compose" }
|
||||||
|
|
||||||
material3-core = "androidx.compose.material3:material3:1.0.0-alpha11"
|
material3-core = "androidx.compose.material3:material3:1.0.0-alpha12"
|
||||||
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.9"
|
material3-adapter = "com.google.android.material:compose-theme-adapter-3:1.0.9"
|
||||||
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref="compose" }
|
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref="compose" }
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
aboutlib_version = "10.2.0"
|
aboutlib_version = "10.2.0"
|
||||||
okhttp_version = "4.9.3"
|
okhttp_version = "4.9.3"
|
||||||
nucleus_version = "3.0.0"
|
nucleus_version = "3.0.0"
|
||||||
coil_version = "2.0.0"
|
coil_version = "2.1.0"
|
||||||
conductor_version = "3.1.4"
|
conductor_version = "3.1.4"
|
||||||
flowbinding_version = "1.2.0"
|
flowbinding_version = "1.2.0"
|
||||||
shizuku_version = "12.1.0"
|
shizuku_version = "12.1.0"
|
||||||
@ -99,15 +99,15 @@ sqldelight-android-paging = { module = "com.squareup.sqldelight:android-paging3-
|
|||||||
junit = "org.junit.jupiter:junit-jupiter:5.8.2"
|
junit = "org.junit.jupiter:junit-jupiter:5.8.2"
|
||||||
|
|
||||||
[bundles]
|
[bundles]
|
||||||
reactivex = ["rxandroid","rxjava","rxrelay"]
|
reactivex = ["rxandroid", "rxjava", "rxrelay"]
|
||||||
okhttp = ["okhttp-core","okhttp-logging","okhttp-dnsoverhttps"]
|
okhttp = ["okhttp-core", "okhttp-logging", "okhttp-dnsoverhttps"]
|
||||||
js-engine = ["quickjs-android", "duktape-android"]
|
js-engine = ["quickjs-android", "duktape-android"]
|
||||||
sqlite = ["sqlitektx", "sqlite-android"]
|
sqlite = ["sqlitektx", "sqlite-android"]
|
||||||
nucleus = ["nucleus-core","nucleus-supportv7"]
|
nucleus = ["nucleus-core", "nucleus-supportv7"]
|
||||||
coil = ["coil-core","coil-gif","coil-compose"]
|
coil = ["coil-core", "coil-gif", "coil-compose"]
|
||||||
flowbinding = ["flowbinding-android","flowbinding-appcompat","flowbinding-recyclerview","flowbinding-swiperefreshlayout","flowbinding-viewpager"]
|
flowbinding = ["flowbinding-android", "flowbinding-appcompat", "flowbinding-recyclerview", "flowbinding-swiperefreshlayout", "flowbinding-viewpager"]
|
||||||
conductor = ["conductor-core","conductor-viewpager","conductor-support-preference"]
|
conductor = ["conductor-core", "conductor-viewpager", "conductor-support-preference"]
|
||||||
shizuku = ["shizuku-api","shizuku-provider"]
|
shizuku = ["shizuku-api", "shizuku-provider"]
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
kotlinter = { id = "org.jmailen.kotlinter", version = "3.10.0"}
|
kotlinter = { id = "org.jmailen.kotlinter", version = "3.10.0"}
|
||||||
|
Loading…
Reference in New Issue
Block a user