up versions, remove legacy callblocker app
This commit is contained in:
+14
-14
@@ -2,21 +2,21 @@
|
||||
activity-compose = "1.13.0"
|
||||
|
||||
appcompat = "1.7.1"
|
||||
coil-compose = "3.4.0"
|
||||
compose-gradle-plugin = "1.11.1"
|
||||
compose-version = "1.11.0-alpha03"
|
||||
coil-compose = "3.5.0"
|
||||
compose-gradle-plugin = "1.12.0-beta01"
|
||||
compose-version = "1.12.0-alpha03"
|
||||
desugar_jdk_libs = "2.1.5"
|
||||
haze = "1.7.2"
|
||||
java-jwt = "4.5.2"
|
||||
kotlin-version = "2.4.0"
|
||||
agp = "9.2.1"
|
||||
java-jwt = "4.6.0"
|
||||
kotlin-version = "2.4.10"
|
||||
agp = "9.3.0"
|
||||
|
||||
coroutines-extensions = "1.5.5"
|
||||
decompose-version = "3.5.0"
|
||||
image-loader = "1.10.0"
|
||||
junit = "4.13.2"
|
||||
lifecycleCoroutines = "2.5.0"
|
||||
material = "1.11.3"
|
||||
material = "1.11.4"
|
||||
materialVersion = "1.14.0"
|
||||
media3 = "1.10.1"
|
||||
mockk = "1.14.11"
|
||||
@@ -24,15 +24,15 @@ jsoup = "1.22.2"
|
||||
gradle-plugin = "1.5.5"
|
||||
kotlinx-coroutines-core = "1.11.0"
|
||||
kotlinx-serialization-json = "1.11.0"
|
||||
ktor-plugin = "3.5.0"
|
||||
ktor-plugin = "3.5.1"
|
||||
kxml2 = "2.4.1"
|
||||
logback-classic = "1.5.32"
|
||||
multiplatform-settings = "1.3.0"
|
||||
postgresql = "42.7.11"
|
||||
postgresql = "42.7.13"
|
||||
runner = "1.7.0"
|
||||
sqlite = "2.6.2"
|
||||
sqlite = "2.7.0"
|
||||
sqlite-driver = "2.3.2"
|
||||
ui-tooling = "1.11.1"
|
||||
ui-tooling = "1.11.4"
|
||||
essenty = "1.3.0"
|
||||
stately-common = "2.0.6"
|
||||
proj-target = "37"
|
||||
@@ -43,11 +43,11 @@ proj-server-java = "21"
|
||||
datastore-preferences-core = "1.2.1"
|
||||
ksp-version = "2.3.7"
|
||||
koin-core = "4.2.2"
|
||||
koin-compiler = "1.0.1"
|
||||
koin-compiler = "1.0.2"
|
||||
kotlin-dsl-version = "5.1.2"
|
||||
coreKtx = "1.18.0"
|
||||
coreKtx = "1.19.0"
|
||||
workRuntimeKtx = "2.11.2"
|
||||
krpc = "0.10.2"
|
||||
krpc = "0.10.3"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#Tue Jun 23 20:20:20 MSK 2026
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user