File tree 8 files changed +12
-8
lines changed
tfserving-flutter/codelab2
ios/Runner.xcodeproj/xcshareddata/xcschemes
ios/Runner.xcodeproj/xcshareddata/xcschemes
8 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =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 {
18
18
19
19
plugins {
20
20
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
23
23
}
24
24
25
25
include(" :app" )
Original file line number Diff line number Diff line change 26
26
buildConfiguration = " Debug"
27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
29
30
shouldUseLaunchSchemeArgsEnv = " YES" >
30
31
<MacroExpansion >
31
32
<BuildableReference
54
55
buildConfiguration = " Debug"
55
56
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
56
57
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
58
+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
57
59
launchStyle = " 0"
58
60
useCustomWorkingDirectory = " NO"
59
61
ignoresPersistentStateOnLaunch = " NO"
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
19
19
version : 1.0.0+1
20
20
21
21
environment :
22
- sdk : ^3.7.2
22
+ sdk : ^3.8.0-0
23
23
24
24
# Dependencies specify other packages that your package needs in order to work.
25
25
# To automatically upgrade your package dependencies to the latest versions
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =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 {
18
18
19
19
plugins {
20
20
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
23
23
}
24
24
25
25
include(" :app" )
Original file line number Diff line number Diff line change 26
26
buildConfiguration = " Debug"
27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
29
30
shouldUseLaunchSchemeArgsEnv = " YES" >
30
31
<MacroExpansion >
31
32
<BuildableReference
54
55
buildConfiguration = " Debug"
55
56
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
56
57
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
58
+ customLLDBInitFile = " $(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
57
59
launchStyle = " 0"
58
60
useCustomWorkingDirectory = " NO"
59
61
ignoresPersistentStateOnLaunch = " NO"
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
19
19
version : 1.0.0+1
20
20
21
21
environment :
22
- sdk : ^3.7.2
22
+ sdk : ^3.8.0-0
23
23
24
24
# Dependencies specify other packages that your package needs in order to work.
25
25
# To automatically upgrade your package dependencies to the latest versions
You can’t perform that action at this time.
0 commit comments