Update dependencies

This commit is contained in:
Christian Basler
2025-07-07 21:30:48 +02:00
parent a7e8325b26
commit a8a00d24ef
2 changed files with 7 additions and 7 deletions

View File

@@ -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" }

View File

@@ -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