up versions
This commit is contained in:
+10
-11
@@ -3,28 +3,28 @@ activity-compose = "1.13.0"
|
||||
|
||||
appcompat = "1.7.1"
|
||||
coil-compose = "3.4.0"
|
||||
compose-gradle-plugin = "1.11.0-rc01"
|
||||
compose-gradle-plugin = "1.11.1"
|
||||
compose-version = "1.11.0-alpha03"
|
||||
desugar_jdk_libs = "2.1.5"
|
||||
haze = "1.7.2"
|
||||
java-jwt = "4.5.2"
|
||||
kotlin-version = "2.3.21"
|
||||
agp = "9.0.1"
|
||||
kotlin-version = "2.4.0"
|
||||
agp = "9.2.1"
|
||||
|
||||
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.1"
|
||||
materialVersion = "1.13.0"
|
||||
media3 = "1.10.0"
|
||||
mockk = "1.14.9"
|
||||
material = "1.11.3"
|
||||
materialVersion = "1.14.0"
|
||||
media3 = "1.10.1"
|
||||
mockk = "1.14.11"
|
||||
jsoup = "1.22.2"
|
||||
gradle-plugin = "1.5.5"
|
||||
kotlinx-coroutines-core = "1.11.0"
|
||||
kotlinx-serialization-json = "1.11.0"
|
||||
ktor-plugin = "3.4.3"
|
||||
ktor-plugin = "3.5.0"
|
||||
kxml2 = "2.4.1"
|
||||
logback-classic = "1.5.32"
|
||||
multiplatform-settings = "1.3.0"
|
||||
@@ -42,8 +42,8 @@ proj-java = "21"
|
||||
proj-server-java = "21"
|
||||
datastore-preferences-core = "1.2.1"
|
||||
ksp-version = "2.3.7"
|
||||
koin-core = "4.2.1"
|
||||
koin-compiler = "1.0.0-RC2"
|
||||
koin-core = "4.2.2"
|
||||
koin-compiler = "1.0.1"
|
||||
kotlin-dsl-version = "5.1.2"
|
||||
coreKtx = "1.18.0"
|
||||
workRuntimeKtx = "2.11.2"
|
||||
@@ -52,7 +52,6 @@ krpc = "0.10.2"
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore-preferences-core" }
|
||||
|
||||
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
||||
androidx-datastore-preferences-core = { module = "androidx.datastore:datastore-preferences-core", version.ref = "datastore-preferences-core" }
|
||||
androidx-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
#Sat Apr 10 18:10:04 MSK 2021
|
||||
#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
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
|
||||
|
||||
Reference in New Issue
Block a user