Skip to content

Commit fd05409

Browse files
authored
chore(cat-voices): upgrade flutter to 3.35.1 (#437)
* feat: upgrade flutter to 3.35.1 * chore: ios update * feat: update android
1 parent 7c6ffc9 commit fd05409

File tree

12 files changed

+34
-34
lines changed

12 files changed

+34
-34
lines changed

earthly/flutter/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IMPORT ./installer AS installer
88
# Install flutter.
99
INSTALL_FLUTTER:
1010
FUNCTION
11-
ARG version=3.32.8
11+
ARG version=3.35.1
1212
ARG TARGETARCH
1313

1414
# Install Flutter

examples/flutter/example/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-8.10.2-all.zip

examples/flutter/example/android/settings.gradle

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

2020
plugins {
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

2626
include ":app"

examples/flutter/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
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>

examples/flutter/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

examples/flutter/example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ EXTERNAL SOURCES:
1919
:path: ".symlinks/plugins/rust_lib_example/ios"
2020

2121
SPEC 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

2828
COCOAPODS: 1.16.2

examples/flutter/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
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;
@@ -584,7 +584,7 @@
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;
@@ -635,7 +635,7 @@
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;

examples/flutter/example/macos/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :osx, '10.14'
1+
platform :osx, '10.15'
22

33
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

examples/flutter/example/macos/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ EXTERNAL SOURCES:
1414
:path: Flutter/ephemeral/.symlinks/plugins/rust_lib_example/macos
1515

1616
SPEC 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

2222
COCOAPODS: 1.16.2

examples/flutter/example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
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;
@@ -639,7 +639,7 @@
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;
@@ -689,7 +689,7 @@
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;

0 commit comments

Comments
 (0)