Skip to content

Commit 51fe102

Browse files
Merge pull request #13 from abynox/main
Updated Flutter to 3.35.7, upgraded Gradle to 9.2.0, upgraded Kotlin to 2.2.21 & upgraded/updated packages
2 parents be05f1f + c293e1e commit 51fe102

File tree

9 files changed

+100
-91
lines changed

9 files changed

+100
-91
lines changed

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: subosito/flutter-action@v2
2121
with:
2222
channel: stable
23-
flutter-version: 3.29.2
23+
flutter-version: 3.35.7
2424
cache: true
2525
# optional parameters follow
2626
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" # optional, change this to force refresh cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
channel: stable
2323
cache: true
24-
flutter-version: 3.29.2
24+
flutter-version: 3.35.7
2525
# optional parameters follow
2626
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" # optional, change this to force refresh cache
2727
cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" # optional, change this to specify the cache path

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ flutter {
6666
}
6767

6868
dependencies {
69-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
69+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
7070
}

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-all.zip

android/settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version '8.3.0' apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
21+
id "com.android.application" version '8.13.0' apply false
22+
id "org.jetbrains.kotlin.android" version "2.2.21" apply false
2323
}
2424

2525
include ":app"

flutter

Submodule flutter updated 6447 files

0 commit comments

Comments
 (0)