diff --git a/build.gradle b/build.gradle index cfa7eb0..ebca880 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.7.3' + classpath 'com.android.tools.build:gradle:8.8.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7137d54..710b409 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Apr 21 20:01:30 CEST 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/mapcompose/gradle.properties b/mapcompose/gradle.properties index dbea391..ccd086f 100644 --- a/mapcompose/gradle.properties +++ b/mapcompose/gradle.properties @@ -1,5 +1,5 @@ GROUP=ovh.plrapps -VERSION_NAME=2.13.0 +VERSION_NAME=2.14.0 ARTIFACT_ID=mapcompose POM_NAME=MapCompose