diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 38a5da64..bc8ff58c 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -103,8 +103,8 @@ flutter { } dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.3.0" + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.3.20" } // Map for the version code that gives each ABI a value. diff --git a/app/android/gradle/wrapper/gradle-wrapper.properties b/app/android/gradle/wrapper/gradle-wrapper.properties index d0235bb1..66c518b7 100644 --- a/app/android/gradle/wrapper/gradle-wrapper.properties +++ b/app/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Jun 23 08:50:38 CEST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip +networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip diff --git a/app/android/settings.gradle b/app/android/settings.gradle index ae46cae1..ae48932e 100644 --- a/app/android/settings.gradle +++ b/app/android/settings.gradle @@ -18,8 +18,8 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.13.2" apply false - id "org.jetbrains.kotlin.android" version "2.3.0" apply false + id "com.android.application" version "9.1.0" apply false + id "org.jetbrains.kotlin.android" version "2.3.20" apply false }