Bump to latest stable AGP & dependencies

Also re-enable leakcanary now that it is fixed

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-06-27 17:12:10 +05:30
parent 37b3d2f2db
commit 9ae646aff6
2 changed files with 7 additions and 8 deletions

View File

@@ -200,7 +200,6 @@ dependencies {
implementation(libs.androidx.room.ktx) implementation(libs.androidx.room.ktx)
implementation(libs.androidx.room.runtime) implementation(libs.androidx.room.runtime)
// TODO: Re-enable when fixed: https://github.com/square/leakcanary/issues/2677
// LeakCanary // LeakCanary
// debugImplementation(libs.squareup.leakcanary.android) debugImplementation(libs.squareup.leakcanary.android)
} }

View File

@@ -1,13 +1,13 @@
[versions] [versions]
activityCompose = "1.9.0" activityCompose = "1.9.0"
androidGradlePlugin = "8.4.1" androidGradlePlugin = "8.5.0"
browserVersion = "1.8.0" browserVersion = "1.8.0"
coilVersion = "2.6.0" coilVersion = "2.6.0"
composeBom = "2024.05.00" composeBom = "2024.06.00"
core = "5.0.5" core = "5.0.5"
coreVersion = "1.13.1" coreVersion = "1.13.1"
epoxyVersion = "5.1.4" epoxyVersion = "5.1.4"
espressoVersion = "3.5.1" espressoVersion = "3.6.1"
eventbusVersion = "3.3.1" eventbusVersion = "3.3.1"
gplayapiVersion = "3.2.12" gplayapiVersion = "3.2.12"
gsonVersion = "2.10.1" gsonVersion = "2.10.1"
@@ -15,12 +15,12 @@ hiddenapibypassVersion = "4.3"
hiltVersion = "2.51.1" hiltVersion = "2.51.1"
hiltWorkVersion = "1.2.0" hiltWorkVersion = "1.2.0"
junit = "4.13.2" junit = "4.13.2"
junitVersion = "1.1.5" junitVersion = "1.2.1"
kotlinVersion = "2.0.0" kotlinVersion = "2.0.0"
kspVersion = "2.0.0-1.0.21" kspVersion = "2.0.0-1.0.22"
ktlintVersion = "12.1.0" ktlintVersion = "12.1.0"
leakcanaryAndroidVersion = "2.14" leakcanaryAndroidVersion = "2.14"
lifeVersion = "2.8.1" lifeVersion = "2.8.2"
materialVersion = "1.12.0" materialVersion = "1.12.0"
navVersion = "2.7.7" navVersion = "2.7.7"
okhttpVersion = "4.12.0" okhttpVersion = "4.12.0"