From 117353c64882dd9d88fbe6c1f2939d7f95564b02 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 31 Oct 2024 21:01:57 +0100 Subject: Bump android gradle plugin and other android libs Also upgraded compileSdk to 35. --- buildSrc/src/main/groovy/the_jk.android-conventions.gradle | 2 +- gradle/libs.versions.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/buildSrc/src/main/groovy/the_jk.android-conventions.gradle b/buildSrc/src/main/groovy/the_jk.android-conventions.gradle index e8f42ba..eb6991a 100644 --- a/buildSrc/src/main/groovy/the_jk.android-conventions.gradle +++ b/buildSrc/src/main/groovy/the_jk.android-conventions.gradle @@ -6,7 +6,7 @@ plugins { } android { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 29 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 76adc46..9be9b92 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,23 +1,23 @@ [versions] -agp = "8.7.1" +agp = "8.7.2" appcompat = "1.7.0" -constraintlayout = "2.1.4" -coreKtx = "1.13.1" +constraintlayout = "2.2.0" +coreKtx = "1.15.0" detekt = "1.23.6" espressoCore = "3.6.1" junit = "4.13.2" junitVersion = "1.2.1" kotlin = "2.0.20" -livedata = "2.8.6" +livedata = "2.8.7" material = "1.12.0" navigationFragmentKtx = "2.8.3" navigationUiKtx = "2.8.3" -core = "1.13.1" +core = "1.15.0" orchestrator = "1.5.1" testRunner = "1.6.2" testRules = "1.6.1" testCore = "1.6.1" -fragmentKtx = "1.8.4" +fragmentKtx = "1.8.5" uiautomator = "2.3.0" [libraries] -- cgit v1.2.3-70-g09d2