Merge branch 'dev'

This commit is contained in:
Aayush Gupta
2025-03-28 17:18:37 +08:00
2 changed files with 7 additions and 5 deletions

View File

@@ -37,5 +37,7 @@ android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Disable new R8 mode
# https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode
android.enableR8.fullMode=false
# https://docs.gradle.org/current/userguide/configuration_cache.html
org.gradle.configuration-cache=true

View File

@@ -1,17 +1,17 @@
[versions]
activityCompose = "1.10.1"
androidGradlePlugin = "8.9.0"
androidGradlePlugin = "8.9.1"
androidx-hilt = "1.2.0"
browserVersion = "1.8.0"
coilVersion = "3.1.0"
composeBom = "2025.03.00"
composeBom = "2025.03.01"
coreVersion = "1.15.0"
epoxyVersion = "5.1.4"
espressoVersion = "3.6.1"
gplayapiVersion = "3.4.6"
gsonVersion = "2.12.1"
hiddenapibypassVersion = "6.1"
hiltVersion = "2.56"
hiltVersion = "2.56.1"
hiltWorkVersion = "1.2.0"
junit = "4.13.2"
junitVersion = "1.2.1"
@@ -26,7 +26,7 @@ navVersion = "2.8.9"
okhttpVersion = "4.12.0"
preferenceVersion = "1.2.1"
processPhoenix = "3.0.0"
protobufJavaliteVersion = "4.30.1"
protobufJavaliteVersion = "4.30.2"
rikkaHiddenVersion = "4.3.3"
rikkaToolsVersion = "4.4.0"
roomVersion = "2.6.1"