Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyHai committed Apr 23, 2024
1 parent 841e51e commit 7a426cc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
[versions]
agp = "8.3.0"
kotlin = "1.9.0"
agp = "8.3.2"
androidx-appcompat = "1.6.1"
biometric = "1.2.0-alpha05"
kotlin = "1.9.23"
kotlinpoet = "1.16.0"
ksp = "1.9.0-1.0.13"
ksp = "1.9.23-1.0.19"
xposed-api = "82"
compose-bom = "2024.03.00"
activity-compose = "1.8.2"
compose-bom = "2024.04.01"
activity-compose = "1.9.0"
compose-settings = "2.1.0"
parcelablelist = "2.0.1"
compose-destination = "2.0.0-beta01"
coil = "2.6.0"
jetbrains-kotlin-jvm = "1.9.0"

[libraries]
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
xposed-api = { group = "de.robv.android.xposed", name = "api", version.ref = "xposed-api" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
Expand All @@ -39,4 +43,5 @@ jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "k
androidLibrary = { id = "com.android.library", version.ref = "agp" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
jetbrainsKotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "jetbrains-kotlin-jvm" }
kotlinParcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }

0 comments on commit 7a426cc

Please sign in to comment.