Merge branch 'dev'
This commit is contained in:
@@ -37,5 +37,7 @@ android.useAndroidX=true
|
|||||||
# Kotlin code style for this project: "official" or "obsolete":
|
# Kotlin code style for this project: "official" or "obsolete":
|
||||||
kotlin.code.style=official
|
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
|
android.enableR8.fullMode=false
|
||||||
|
# https://docs.gradle.org/current/userguide/configuration_cache.html
|
||||||
|
org.gradle.configuration-cache=true
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
[versions]
|
[versions]
|
||||||
activityCompose = "1.10.1"
|
activityCompose = "1.10.1"
|
||||||
androidGradlePlugin = "8.9.0"
|
androidGradlePlugin = "8.9.1"
|
||||||
androidx-hilt = "1.2.0"
|
androidx-hilt = "1.2.0"
|
||||||
browserVersion = "1.8.0"
|
browserVersion = "1.8.0"
|
||||||
coilVersion = "3.1.0"
|
coilVersion = "3.1.0"
|
||||||
composeBom = "2025.03.00"
|
composeBom = "2025.03.01"
|
||||||
coreVersion = "1.15.0"
|
coreVersion = "1.15.0"
|
||||||
epoxyVersion = "5.1.4"
|
epoxyVersion = "5.1.4"
|
||||||
espressoVersion = "3.6.1"
|
espressoVersion = "3.6.1"
|
||||||
gplayapiVersion = "3.4.6"
|
gplayapiVersion = "3.4.6"
|
||||||
gsonVersion = "2.12.1"
|
gsonVersion = "2.12.1"
|
||||||
hiddenapibypassVersion = "6.1"
|
hiddenapibypassVersion = "6.1"
|
||||||
hiltVersion = "2.56"
|
hiltVersion = "2.56.1"
|
||||||
hiltWorkVersion = "1.2.0"
|
hiltWorkVersion = "1.2.0"
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
junitVersion = "1.2.1"
|
junitVersion = "1.2.1"
|
||||||
@@ -26,7 +26,7 @@ navVersion = "2.8.9"
|
|||||||
okhttpVersion = "4.12.0"
|
okhttpVersion = "4.12.0"
|
||||||
preferenceVersion = "1.2.1"
|
preferenceVersion = "1.2.1"
|
||||||
processPhoenix = "3.0.0"
|
processPhoenix = "3.0.0"
|
||||||
protobufJavaliteVersion = "4.30.1"
|
protobufJavaliteVersion = "4.30.2"
|
||||||
rikkaHiddenVersion = "4.3.3"
|
rikkaHiddenVersion = "4.3.3"
|
||||||
rikkaToolsVersion = "4.4.0"
|
rikkaToolsVersion = "4.4.0"
|
||||||
roomVersion = "2.6.1"
|
roomVersion = "2.6.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user