Bump all dependencies to latest stable release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -168,7 +168,6 @@ androidComponents {
|
||||
|
||||
ksp {
|
||||
arg("room.schemaLocation", "$projectDir/schemas")
|
||||
useKsp2 = false // TODO: Drop after getting rid of epoxy
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -16,14 +16,14 @@ coil = "3.3.0"
|
||||
composeBom = "2025.11.01"
|
||||
composeMaterial = "1.5.0-alpha09"
|
||||
core = "1.17.0"
|
||||
epoxy = "5.1.4"
|
||||
epoxy = "5.2.0"
|
||||
espresso = "3.7.0"
|
||||
gplayapi = "3.5.7"
|
||||
hiddenapibypass = "6.1"
|
||||
hilt = "2.57.2"
|
||||
junit = "4.13.2"
|
||||
kotlin = "2.2.21"
|
||||
ksp = "2.2.21-2.0.4"
|
||||
ksp = "2.3.2"
|
||||
ktlint = "12.1.2"
|
||||
leakcanary = "2.14"
|
||||
libsu = "6.0.0"
|
||||
@@ -38,7 +38,7 @@ processPhoenix = "3.0.0"
|
||||
protobufJavalite = "4.33.1"
|
||||
rikkaHiddenAPI = "4.4.0"
|
||||
rikkaTools = "4.4.0"
|
||||
room = "2.6.1" # New versions conflicts with epoxy2 and ksp
|
||||
room = "2.8.4"
|
||||
serialization = "1.9.0"
|
||||
shimmer = "0.5.0"
|
||||
shizuku = "13.1.5"
|
||||
|
||||
Reference in New Issue
Block a user