File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2727
2828android {
29- compileSdkVersion 31
29+ compileSdkVersion 34
3030
3131 sourceSets {
3232 main. java. srcDirs + = ' src/main/kotlin'
@@ -35,8 +35,8 @@ android {
3535 defaultConfig {
3636 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3737 applicationId " com.example.example"
38- minSdkVersion 16
39- targetSdkVersion 31
38+ minSdkVersion flutter . minSdkVersion
39+ targetSdkVersion 34
4040 versionCode flutterVersionCode. toInteger()
4141 versionName flutterVersionName
4242 }
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 >11 .0 </string >
24+ <string >12 .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, '11 .0'
2+ # platform :ios, '12 .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 127127 97C146E61CF9000F007C117D /* Project object */ = {
128128 isa = PBXProject;
129129 attributes = {
130- LastUpgradeCheck = 1300 ;
130+ LastUpgradeCheck = 1430 ;
131131 ORGANIZATIONNAME = "";
132132 TargetAttributes = {
133133 97C146ED1CF9000F007C117D = {
275275 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
276276 GCC_WARN_UNUSED_FUNCTION = YES;
277277 GCC_WARN_UNUSED_VARIABLE = YES;
278- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
278+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
279279 MTL_ENABLE_DEBUG_INFO = NO;
280280 SDKROOT = iphoneos;
281281 SUPPORTED_PLATFORMS = iphoneos;
349349 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
350350 GCC_WARN_UNUSED_FUNCTION = YES;
351351 GCC_WARN_UNUSED_VARIABLE = YES;
352- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
352+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
353353 MTL_ENABLE_DEBUG_INFO = YES;
354354 ONLY_ACTIVE_ARCH = YES;
355355 SDKROOT = iphoneos;
398398 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
399399 GCC_WARN_UNUSED_FUNCTION = YES;
400400 GCC_WARN_UNUSED_VARIABLE = YES;
401- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
401+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
402402 MTL_ENABLE_DEBUG_INFO = NO;
403403 SDKROOT = iphoneos;
404404 SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 1300 "
3+ LastUpgradeVersion = " 1430 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
You can’t perform that action at this time.
0 commit comments