File tree Expand file tree Collapse file tree 12 files changed +34
-34
lines changed Expand file tree Collapse file tree 12 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IMPORT ./installer AS installer
88# Install flutter.
99INSTALL_FLUTTER :
1010 FUNCTION
11- ARG version= 3.32.8
11+ ARG version= 3.35.1
1212 ARG TARGETARCH
1313
1414 # Install Flutter
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.4 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -all.zip
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ pluginManagement {
1919
2020plugins {
2121 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
22- id " com.android.application" version " 8.3.0 " apply false
23- id " org.jetbrains.kotlin.android" version " 1.9.22 " apply false
22+ id " com.android.application" version ' 8.8.0 ' apply false
23+ id " org.jetbrains.kotlin.android" version " 2.1.0 " apply false
2424}
2525
2626include " :app"
Original file line number Diff line number Diff line change 2121 <key >CFBundleVersion </key >
2222 <string >1.0 </string >
2323 <key >MinimumOSVersion </key >
24- <string >12 .0 </string >
24+ <string >13 .0 </string >
2525</dict >
2626</plist >
Original file line number Diff line number Diff line change 11# Uncomment this line to define a global platform for your project
2- # platform :ios, '12 .0'
2+ # platform :ios, '13 .0'
33
44# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ EXTERNAL SOURCES:
1919 :path: ".symlinks/plugins/rust_lib_example/ios"
2020
2121SPEC CHECKSUMS:
22- Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
23- integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
24- rust_lib_example: 5fad4f07ab9097adf259f680aa780a9d683070d0
22+ Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
23+ integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
24+ rust_lib_example: 7e507e072f2b2c94d1b376f0830f09484df6d8c8
2525
26- PODFILE CHECKSUM: 4305caec6b40dde0ae97be1573c53de1882a07e5
26+ PODFILE CHECKSUM: 3c63482e143d1b91d2d2560aee9fb04ecc74ac7e
2727
2828COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change 455455 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
456456 GCC_WARN_UNUSED_FUNCTION = YES;
457457 GCC_WARN_UNUSED_VARIABLE = YES;
458- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
458+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
459459 MTL_ENABLE_DEBUG_INFO = NO;
460460 SDKROOT = iphoneos;
461461 SUPPORTED_PLATFORMS = iphoneos;
584584 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
585585 GCC_WARN_UNUSED_FUNCTION = YES;
586586 GCC_WARN_UNUSED_VARIABLE = YES;
587- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
587+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
588588 MTL_ENABLE_DEBUG_INFO = YES;
589589 ONLY_ACTIVE_ARCH = YES;
590590 SDKROOT = iphoneos;
635635 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
636636 GCC_WARN_UNUSED_FUNCTION = YES;
637637 GCC_WARN_UNUSED_VARIABLE = YES;
638- IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
638+ IPHONEOS_DEPLOYMENT_TARGET = 13 .0;
639639 MTL_ENABLE_DEBUG_INFO = NO;
640640 SDKROOT = iphoneos;
641641 SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 1- platform :osx , '10.14 '
1+ platform :osx , '10.15 '
22
33# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ EXTERNAL SOURCES:
1414 :path: Flutter/ephemeral/.symlinks/plugins/rust_lib_example/macos
1515
1616SPEC CHECKSUMS:
17- FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
18- rust_lib_example: 3755c4211cbbe6e747b8900a36f354d634e660b3
17+ FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
18+ rust_lib_example: 10c7248d23d744561fdb957442e0b9a0e050af77
1919
20- PODFILE CHECKSUM: 7eb978b976557c8c1cd717d8185ec483fd090a82
20+ PODFILE CHECKSUM: 54d867c82ac51cbd61b565781b9fada492027009
2121
2222COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change 557557 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
558558 GCC_WARN_UNUSED_FUNCTION = YES;
559559 GCC_WARN_UNUSED_VARIABLE = YES;
560- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
560+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
561561 MTL_ENABLE_DEBUG_INFO = NO;
562562 SDKROOT = macosx;
563563 SWIFT_COMPILATION_MODE = wholemodule;
639639 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
640640 GCC_WARN_UNUSED_FUNCTION = YES;
641641 GCC_WARN_UNUSED_VARIABLE = YES;
642- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
642+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
643643 MTL_ENABLE_DEBUG_INFO = YES;
644644 ONLY_ACTIVE_ARCH = YES;
645645 SDKROOT = macosx;
689689 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
690690 GCC_WARN_UNUSED_FUNCTION = YES;
691691 GCC_WARN_UNUSED_VARIABLE = YES;
692- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
692+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
693693 MTL_ENABLE_DEBUG_INFO = NO;
694694 SDKROOT = macosx;
695695 SWIFT_COMPILATION_MODE = wholemodule;
You can’t perform that action at this time.
0 commit comments