From 2019e754cf4b8214b8df14a249fab7faf478f897 Mon Sep 17 00:00:00 2001 From: Livinglist Date: Wed, 29 Jul 2026 22:03:59 -0700 Subject: [PATCH 1/4] update --- android/gradle.properties | 5 ----- android/settings.gradle | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index 1f8a3781..94adc3a3 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,8 +1,3 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true -kotlin.jvm.target.validation.mode = IGNORE -# This builtInKotlin flag was added automatically by Flutter migrator -android.builtInKotlin=false -# This newDsl flag was added automatically by Flutter migrator -android.newDsl=false diff --git a/android/settings.gradle b/android/settings.gradle index e14c0beb..11a11666 100644 --- a/android/settings.gradle +++ b/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.11.1" apply false - id "org.jetbrains.kotlin.android" version "2.2.20" apply false + id "com.android.application" version "8.11.0" apply false + id "org.jetbrains.kotlin.android" version "2.2.0" apply false } include ":app" \ No newline at end of file From e11ece701c0cde77fecaf1852358a05276c8567c Mon Sep 17 00:00:00 2001 From: Livinglist Date: Wed, 29 Jul 2026 22:04:31 -0700 Subject: [PATCH 2/4] update --- android/settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/settings.gradle b/android/settings.gradle index 11a11666..e14c0beb 100644 --- a/android/settings.gradle +++ b/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.11.0" apply false - id "org.jetbrains.kotlin.android" version "2.2.0" apply false + id "com.android.application" version "8.11.1" apply false + id "org.jetbrains.kotlin.android" version "2.2.20" apply false } include ":app" \ No newline at end of file From 4fcbc6c2ea7bbad3e55231dea563a7ffa5d3e3a7 Mon Sep 17 00:00:00 2001 From: Livinglist Date: Wed, 29 Jul 2026 22:18:15 -0700 Subject: [PATCH 3/4] update --- android/settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/settings.gradle b/android/settings.gradle index e14c0beb..11a11666 100644 --- a/android/settings.gradle +++ b/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.11.1" apply false - id "org.jetbrains.kotlin.android" version "2.2.20" apply false + id "com.android.application" version "8.11.0" apply false + id "org.jetbrains.kotlin.android" version "2.2.0" apply false } include ":app" \ No newline at end of file From 341def36963d0ee5e73c8134cd1a98f72883031a Mon Sep 17 00:00:00 2001 From: Livinglist Date: Wed, 29 Jul 2026 23:28:23 -0700 Subject: [PATCH 4/4] update --- android/gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/gradle.properties b/android/gradle.properties index 94adc3a3..802fd3ce 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,3 +1,7 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true +# Third-party plugins (e.g. receive_sharing_intent) mix Java 1.8 and Kotlin 18 +# targets, which AGP flags as an error by default. Downgrade to a warning so +# the build proceeds. +kotlin.jvm.target.validation.mode=warning