diff --git a/android/build.gradle b/android/build.gradle index 3a30988..1427cc9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -19,8 +19,8 @@ buildscript { } ext { - agp_version = "8.8.1" - kotlin_version = "2.1.10" + agp_version = "8.11.0" + kotlin_version = "2.2.0" ubiqueUrl = System.getenv('UB_ARTIFACTORY_URL_ANDROID') ?: readPropertyWithDefault('ubiqueMavenUrl', '') ubiqueUser = System.getenv('UB_ARTIFACTORY_USER') ?: readPropertyWithDefault('ubiqueMavenUser', '') @@ -47,7 +47,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.vanniktech:gradle-maven-publish-plugin:0.30.0' - classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.10' + classpath 'org.jetbrains.dokka:dokka-gradle-plugin:2.0.0' } } @@ -64,11 +64,11 @@ apply plugin: 'com.vanniktech.maven.publish' android { namespace "ch.admin.geo.openswissmaps" - compileSdkVersion 33 + compileSdkVersion 35 defaultConfig { minSdkVersion 26 - targetSdkVersion 33 + targetSdkVersion 35 versionCode Integer.parseInt(VERSION_CODE) versionName VERSION_NAME @@ -186,8 +186,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "androidx.annotation:annotation:1.9.1" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.1" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" api "io.openmobilemaps:mapscore:3.3.0" api "io.openmobilemaps:layer-gps:3.3.0" diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index d5999e9..2cf223e 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Tue Apr 15 07:22:44 CEST 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists