diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fbe96f4b2..b9a2ba963 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -200,7 +200,6 @@ dependencies { implementation(libs.androidx.room.ktx) implementation(libs.androidx.room.runtime) - // TODO: Re-enable when fixed: https://github.com/square/leakcanary/issues/2677 // LeakCanary - // debugImplementation(libs.squareup.leakcanary.android) + debugImplementation(libs.squareup.leakcanary.android) } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7eb212689..a29b46cf1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] activityCompose = "1.9.0" -androidGradlePlugin = "8.4.1" +androidGradlePlugin = "8.5.0" browserVersion = "1.8.0" coilVersion = "2.6.0" -composeBom = "2024.05.00" +composeBom = "2024.06.00" core = "5.0.5" coreVersion = "1.13.1" epoxyVersion = "5.1.4" -espressoVersion = "3.5.1" +espressoVersion = "3.6.1" eventbusVersion = "3.3.1" gplayapiVersion = "3.2.12" gsonVersion = "2.10.1" @@ -15,12 +15,12 @@ hiddenapibypassVersion = "4.3" hiltVersion = "2.51.1" hiltWorkVersion = "1.2.0" junit = "4.13.2" -junitVersion = "1.1.5" +junitVersion = "1.2.1" kotlinVersion = "2.0.0" -kspVersion = "2.0.0-1.0.21" +kspVersion = "2.0.0-1.0.22" ktlintVersion = "12.1.0" leakcanaryAndroidVersion = "2.14" -lifeVersion = "2.8.1" +lifeVersion = "2.8.2" materialVersion = "1.12.0" navVersion = "2.7.7" okhttpVersion = "4.12.0"