File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed 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.10.2 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -all.zip
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ pluginManagement {
1818
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.7.0 " apply false
22- id(" org.jetbrains.kotlin.android" ) version " 1.8.22 " apply false
21+ id(" com.android.application" ) version " 8.7.3 " apply false
22+ id(" org.jetbrains.kotlin.android" ) version " 2.1.0 " apply false
2323}
2424
2525include(" :app" )
Original file line number Diff line number Diff line change 1010 - windows
1111 - name : Flutter recreate
1212 flutter : create .
13+ - name : Strip DEVELOPMENT_TEAM
14+ strip-lines-containing : DEVELOPMENT_TEAM =
15+ path : ios/Runner.xcodeproj/project.pbxproj
1316 - name : Remove README.md
1417 rm : README.md
1518 - name : Patch android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1919version : 1.0.0+1
2020
2121environment :
22- sdk : ^3.7 .0-0
22+ sdk : ^3.8 .0-0
2323
2424# Dependencies specify other packages that your package needs in order to work.
2525# To automatically upgrade your package dependencies to the latest versions
You can’t perform that action at this time.
0 commit comments