Update dependencies
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
[versions]
|
||||
app-version-code = "1"
|
||||
app-version-name = "1.0.0"
|
||||
agp = "8.10.1"
|
||||
agp = "8.11.0"
|
||||
jdk = "21"
|
||||
android-compileSdk = "35"
|
||||
android-compileSdk = "36"
|
||||
android-minSdk = "24"
|
||||
android-targetSdk = "36"
|
||||
androidx-activityCompose = "1.10.1"
|
||||
androidx-compose = "1.8.2"
|
||||
compose-plugin = "1.7.0"
|
||||
kotlin = "2.1.21"
|
||||
androidx-compose = "1.8.3"
|
||||
compose-plugin = "1.8.2"
|
||||
kotlin = "2.2.0"
|
||||
coreKtx = "1.16.0"
|
||||
atrium = "1.2.0"
|
||||
|
||||
@@ -29,7 +29,7 @@ logging-slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.17" }
|
||||
logging = ["logging-jvm", "logging-slf4j"]
|
||||
|
||||
[plugins]
|
||||
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
|
||||
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
android-library = { id = "com.android.library", version.ref = "agp" }
|
||||
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user