diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b08883f..1a4e4f5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,19 +1,19 @@ [versions] -agp = "8.13.0" -androidx-activityCompose = "1.11.0" +agp = "8.13.1" +androidx-activityCompose = "1.12.0" androidx-appcompat = "1.7.1" androidx-core = "1.17.0" -androidx-lifecycle = "2.9.4" +androidx-lifecycle = "2.10.0" androidx-test-core = "1.7.0" androidx-test-runner = "1.7.0" androidx-test-rules = "1.7.0" conscrypt = "2.5.3" -compose-bom = "2025.10.01" +compose-bom = "2025.11.01" dokka = "2.1.0" junit = "4.13.2" kotlin = "2.2.21" mockk = "1.14.6" -okhttp = "5.3.0" +okhttp = "5.3.2" [libraries] androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" } diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 370dfcf..294fd53 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -12,7 +12,7 @@ android { compileSdk = 36 defaultConfig { - minSdk = 21 // Android 5 + minSdk = 23 // Android 6 aarMetadata { minCompileSdk = 29 diff --git a/sample-app/build.gradle.kts b/sample-app/build.gradle.kts index 9a23d8b..d4d0ccb 100644 --- a/sample-app/build.gradle.kts +++ b/sample-app/build.gradle.kts @@ -13,7 +13,7 @@ android { versionCode = 1 versionName = "1.0.0" - minSdk = 21 + minSdk = 23 targetSdk = 36 vectorDrawables {