From a116b5b615757d228eb09ed2303941c5a0c438aa Mon Sep 17 00:00:00 2001 From: nyne Date: Tue, 1 Apr 2025 20:36:24 +0800 Subject: [PATCH] Update AGP to 8.9.0 --- android/app/build.gradle | 3 +-- android/gradle/wrapper/gradle-wrapper.properties | 2 +- android/settings.gradle | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 9a8ad45..f296899 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -67,7 +67,6 @@ android { } defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId = "com.github.wgh136.venera" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. @@ -125,6 +124,6 @@ flutter { } dependencies { - implementation "androidx.activity:activity-ktx:1.9.2" + implementation "androidx.activity:activity-ktx:1.10.1" implementation 'androidx.documentfile:documentfile:1.0.1' } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 5e6b542..efdcc4a 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.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip diff --git a/android/settings.gradle b/android/settings.gradle index 3a1cb3b..3d1ac22 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version '8.3.2' apply false + id "com.android.application" version '8.9.0' apply false id "org.jetbrains.kotlin.android" version "1.8.10" apply false } diff --git a/pubspec.lock b/pubspec.lock index 5a9ac62..3507919 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -433,8 +433,8 @@ packages: dependency: "direct main" description: path: "." - ref: "690a03a954f1603e0149cfd479c8961b88f21336" - resolved-ref: "690a03a954f1603e0149cfd479c8961b88f21336" + ref: "34e157e4c2b248d5463231b28b1f07927591705d" + resolved-ref: "34e157e4c2b248d5463231b28b1f07927591705d" url: "https://github.com/venera-app/flutter_saf" source: git version: "0.0.1" diff --git a/pubspec.yaml b/pubspec.yaml index d7ee5af..c7719dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -72,7 +72,7 @@ dependencies: flutter_saf: git: url: https://github.com/venera-app/flutter_saf - ref: 690a03a954f1603e0149cfd479c8961b88f21336 + ref: 34e157e4c2b248d5463231b28b1f07927591705d dynamic_color: ^1.7.0 shimmer_animation: ^2.1.0 flutter_memory_info: ^0.0.1