From fd9a118bb003d4f7194c463b4a706f6723e058c7 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 6 Feb 2025 16:54:33 +0100 Subject: [PATCH] upgrades --- android/app/build.gradle | 4 ++-- android/build.gradle | 4 ++-- android/gradle/wrapper/gradle-wrapper.properties | 2 +- android/settings.gradle | 4 ++-- plugins/aves_platform_meta/android/build.gradle | 2 +- .../android/gradle/wrapper/gradle-wrapper.properties | 3 +-- plugins/aves_screen_state/android/build.gradle | 2 +- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- 8 files changed, 11 insertions(+), 12 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 85e1c2808..e4c756d3b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -151,7 +151,7 @@ repositories { } dependencies { - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1' implementation "androidx.appcompat:appcompat:1.7.0" implementation 'androidx.core:core-ktx:1.15.0' @@ -179,7 +179,7 @@ dependencies { implementation 'com.github.deckerst:pixymeta-android:71eee77dc4' implementation project(':exifinterface') - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.4' kapt 'androidx.annotation:annotation:1.9.1' ksp "com.github.bumptech.glide:ksp:$glide_version" diff --git a/android/build.gradle b/android/build.gradle index 0a9c09f32..5e24b6184 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,8 +13,8 @@ buildscript { dependencies { if (useCrashlytics) { // GMS & Firebase Crashlytics (used by some flavors only) - classpath 'com.google.gms:google-services:4.4.1' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9' + classpath 'com.google.gms:google-services:4.4.2' + classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2' } } } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 6b74f0f6b..32949f9cc 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip diff --git a/android/settings.gradle b/android/settings.gradle index d87b4c122..6643a6d45 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -8,8 +8,8 @@ pluginManagement { } settings.ext.flutterSdkPath = flutterSdkPath() - settings.ext.kotlin_version = '1.9.24' - settings.ext.ksp_version = "$kotlin_version-1.0.20" + settings.ext.kotlin_version = '2.1.10' + settings.ext.ksp_version = "$kotlin_version-1.0.29" settings.ext.agp_version = '8.8.0' includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle") diff --git a/plugins/aves_platform_meta/android/build.gradle b/plugins/aves_platform_meta/android/build.gradle index 304ec9cc4..ce435aea5 100644 --- a/plugins/aves_platform_meta/android/build.gradle +++ b/plugins/aves_platform_meta/android/build.gradle @@ -3,7 +3,7 @@ version '1.0-SNAPSHOT' buildscript { ext { - kotlin_version = '1.9.24' + kotlin_version = '2.1.10' agp_version = '8.8.0' } diff --git a/plugins/aves_platform_meta/android/gradle/wrapper/gradle-wrapper.properties b/plugins/aves_platform_meta/android/gradle/wrapper/gradle-wrapper.properties index 4fc29c47d..849633dd6 100644 --- a/plugins/aves_platform_meta/android/gradle/wrapper/gradle-wrapper.properties +++ b/plugins/aves_platform_meta/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,5 @@ -#Thu Oct 22 10:54:33 KST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip \ No newline at end of file diff --git a/plugins/aves_screen_state/android/build.gradle b/plugins/aves_screen_state/android/build.gradle index 457fe1019..7e519f76d 100644 --- a/plugins/aves_screen_state/android/build.gradle +++ b/plugins/aves_screen_state/android/build.gradle @@ -3,7 +3,7 @@ version '1.0-SNAPSHOT' buildscript { ext { - kotlin_version = '1.9.24' + kotlin_version = '2.1.10' agp_version = '8.8.0' } diff --git a/plugins/aves_screen_state/android/gradle/wrapper/gradle-wrapper.properties b/plugins/aves_screen_state/android/gradle/wrapper/gradle-wrapper.properties index ceb5aba0f..849633dd6 100644 --- a/plugins/aves_screen_state/android/gradle/wrapper/gradle-wrapper.properties +++ b/plugins/aves_screen_state/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip \ No newline at end of file