Bump AGP and dependencies to latest stable releases

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-05-01 22:55:58 +05:30
parent 4a109fa164
commit e142e4f00d
2 changed files with 7 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.11"
kotlinCompilerExtensionVersion = "1.5.13"
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()

View File

@@ -1,11 +1,11 @@
[versions]
activityCompose = "1.8.2"
androidGradlePlugin = "8.3.2"
activityCompose = "1.9.0"
androidGradlePlugin = "8.4.0"
browserVersion = "1.8.0"
coilVersion = "2.6.0"
composeBom = "2024.04.01"
composeBom = "2024.05.00"
core = "5.0.5"
coreVersion = "1.12.0"
coreVersion = "1.13.1"
epoxyVersion = "5.1.4"
espressoVersion = "3.5.1"
eventbusVersion = "3.3.1"
@@ -19,14 +19,14 @@ junitVersion = "1.1.5"
kotlinVersion = "1.9.23"
kspVersion = "1.9.23-1.0.20"
ktlintVersion = "12.1.0"
leakcanaryAndroidVersion = "2.13"
leakcanaryAndroidVersion = "2.14"
lifeVersion = "2.7.0"
materialVersion = "1.11.0"
navVersion = "2.7.7"
okhttpVersion = "4.12.0"
preferenceVersion = "1.2.1"
protobufJavaliteVersion = "3.25.3"
rikkaHiddenVersion = "4.3.2"
rikkaHiddenVersion = "4.3.3"
rikkaToolsVersion = "4.4.0"
roomVersion = "2.6.1"
shimmerVersion = "0.5.0"