Skip to content

Commit 05fe58e

Browse files
committed
fix: update Dart SDK version in pubspec.yaml
1 parent 711bb3b commit 05fe58e

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

app/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.2.0'
9+
classpath 'com.android.tools.build:gradle:8.7.2'
1010
// START: FlutterFire Configuration
1111
classpath 'com.google.gms:google-services:4.3.14'
1212
// END: FlutterFire Configuration

app/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.3-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip

app/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

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

app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,5 +591,5 @@ packages:
591591
source: hosted
592592
version: "3.1.2"
593593
sdks:
594-
dart: ">=3.5.3 <4.0.0"
594+
dart: ">=3.5.0 <4.0.0"
595595
flutter: ">=3.24.0"

app/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919
version: 0.0.0+1
2020

2121
environment:
22-
sdk: ^3.5.3
22+
sdk: '>=3.0.0 <4.0.0'
23+
flutter: '>=3.10.0'
2324

2425
# Dependencies specify other packages that your package needs in order to work.
2526
# To automatically upgrade your package dependencies to the latest versions

library/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ platforms:
88
ios:
99

1010
environment:
11-
sdk: ^3.5.3
12-
flutter: ">=1.17.0"
11+
sdk: '>=3.0.0 <4.0.0'
12+
flutter: '>=3.10.0'
1313

1414
dependencies:
1515
flutter:

0 commit comments

Comments
 (0)