File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =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
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
1818
1919plugins {
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
Original file line number Diff line number Diff line change @@ -591,5 +591,5 @@ packages:
591591 source: hosted
592592 version: "3.1.2"
593593sdks:
594- dart: ">=3.5.3 <4.0.0"
594+ dart: ">=3.5.0 <4.0.0"
595595 flutter: ">=3.24.0"
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919version : 0.0.0+1
2020
2121environment :
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
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ platforms:
88 ios :
99
1010environment :
11- sdk : ^3.5.3
12- flutter : " >=1.17.0 "
11+ sdk : ' >=3.0.0 <4.0.0 '
12+ flutter : ' >=3.10.0 '
1313
1414dependencies :
1515 flutter :
You can’t perform that action at this time.
0 commit comments