diff --git a/README.md b/README.md index 4e4ca35..e1b5f0c 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,18 @@ Supported Compose version: | 1.7 | 0.2 - 0.3 | | 1.8 | 0.4.0 | | 1.9 | 0.5.0 - 0.6.x | +| 1.10 | 0.7.x | # Dependency Add the dependency to your commonMain sourceSet (KMP) / Android dependencies (android only): ```kotlin -implementation("io.github.kalinjul.easyqrscan:scanner:0.6.0") +implementation("io.github.kalinjul.easyqrscan:scanner:0.7.0") ``` Or, for your libs.versions.toml: ```toml [versions] -easyqrscan = "0.6.0" +easyqrscan = "0.7.0" [libraries] easyqrscan = { module = "io.github.kalinjul.easyqrscan:scanner", version.ref = "easyqrscan" } ``` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4244213..5105d5d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,20 +5,20 @@ minSdk = "23" jvmTarget = "17" # https://developer.android.com/build/releases/gradle-plugin#compatibility -agp = "8.11.1" +agp = "8.11.2" #https://github.com/JetBrains/compose-multiplatform -compose-multiplatform = "1.9.3" +compose-multiplatform = "1.10.1" #https://kotlinlang.org/docs/multiplatform-compatibility-guide.html -kotlin = "2.2.21" +kotlin = "2.3.10" # https://github.com/google/ksp -ksp = "2.3.0" +ksp = "2.3.4" #https://mvnrepository.com/artifact/org.jetbrains.compose.compiler/compiler #composeCompiler = "1.5.8.1" # https://developer.android.com/jetpack/androidx/releases/activity -androidxActivity = "1.11.0" +androidxActivity = "1.12.4" # https://developer.android.com/jetpack/androidx/releases/appcompat androidxAppCompat = "1.7.1" coreKtx = "1.17.0" @@ -26,7 +26,7 @@ coreKtx = "1.17.0" dokka = "2.0.0" nexus-publish-plugin = "2.0.0" accompanist = "0.37.3" -androidxCamera = "1.5.1" +androidxCamera = "1.5.3" mlkit = "17.3.0" [libraries]