Bump dependencies

This commit is contained in:
arkon 2022-05-18 22:30:28 -04:00
parent 395a840fc4
commit f4e344f686
3 changed files with 15 additions and 15 deletions

View File

@ -3,12 +3,12 @@ agp_version = "7.2.0"
lifecycle_version = "2.5.0-rc01"
[libraries]
annotation = "androidx.annotation:annotation:1.4.0-alpha02"
annotation = "androidx.annotation:annotation:1.4.0-beta01"
appcompat = "androidx.appcompat:appcompat:1.4.1"
biometricktx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.3"
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"
recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02"
swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
@ -31,5 +31,5 @@ lifecycle = ["lifecycle-common", "lifecycle-process", "lifecycle-runtimektx"]
workmanager = ["work-runtime", "guava"]
[plugins]
application = { id = "com.android.application", version.ref="agp_version"}
library = { id = "com.android.library", version.ref="agp_version"}
application = { id = "com.android.application", version.ref = "agp_version"}
library = { id = "com.android.library", version.ref = "agp_version"}

View File

@ -1,6 +1,6 @@
[versions]
compose = "1.2.0-beta01"
accompanist = "0.24.8-beta"
compose = "1.2.0-beta02"
accompanist = "0.24.9-beta"
[libraries]
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" }
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"
material-icons = { module = "androidx.compose.material:material-icons-extended", version.ref="compose" }

View File

@ -2,7 +2,7 @@
aboutlib_version = "10.2.0"
okhttp_version = "4.9.3"
nucleus_version = "3.0.0"
coil_version = "2.0.0"
coil_version = "2.1.0"
conductor_version = "3.1.4"
flowbinding_version = "1.2.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"
[bundles]
reactivex = ["rxandroid","rxjava","rxrelay"]
okhttp = ["okhttp-core","okhttp-logging","okhttp-dnsoverhttps"]
reactivex = ["rxandroid", "rxjava", "rxrelay"]
okhttp = ["okhttp-core", "okhttp-logging", "okhttp-dnsoverhttps"]
js-engine = ["quickjs-android", "duktape-android"]
sqlite = ["sqlitektx", "sqlite-android"]
nucleus = ["nucleus-core","nucleus-supportv7"]
coil = ["coil-core","coil-gif","coil-compose"]
flowbinding = ["flowbinding-android","flowbinding-appcompat","flowbinding-recyclerview","flowbinding-swiperefreshlayout","flowbinding-viewpager"]
conductor = ["conductor-core","conductor-viewpager","conductor-support-preference"]
shizuku = ["shizuku-api","shizuku-provider"]
nucleus = ["nucleus-core", "nucleus-supportv7"]
coil = ["coil-core", "coil-gif", "coil-compose"]
flowbinding = ["flowbinding-android", "flowbinding-appcompat", "flowbinding-recyclerview", "flowbinding-swiperefreshlayout", "flowbinding-viewpager"]
conductor = ["conductor-core", "conductor-viewpager", "conductor-support-preference"]
shizuku = ["shizuku-api", "shizuku-provider"]
[plugins]
kotlinter = { id = "org.jmailen.kotlinter", version = "3.10.0"}