File tree Expand file tree Collapse file tree 12 files changed +155
-153
lines changed Expand file tree Collapse file tree 12 files changed +155
-153
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ migrate_working_dir/
15
15
* .ipr
16
16
* .iws
17
17
.idea /
18
+ * .cxx
18
19
19
20
# The .vscode folder contains launch configuration and tasks you configure in
20
21
# VS Code which you may wish to be included in version control, so this line
Original file line number Diff line number Diff line change 5
5
* .swp
6
6
.DS_Store
7
7
.atom /
8
+ .build /
8
9
.buildlog /
9
10
.history
10
11
.svn /
12
+ .swiftpm /
11
13
migrate_working_dir /
12
14
13
15
# IntelliJ related
Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id " com.android.application"
3
+ id " kotlin-android"
4
+ id " dev.flutter.flutter-gradle-plugin"
5
+ }
6
+
1
7
def localProperties = new Properties ()
2
8
def localPropertiesFile = rootProject. file(' local.properties' )
3
9
if (localPropertiesFile. exists()) {
@@ -6,11 +12,6 @@ if (localPropertiesFile.exists()) {
6
12
}
7
13
}
8
14
9
- def flutterRoot = localProperties. getProperty(' flutter.sdk' )
10
- if (flutterRoot == null ) {
11
- throw new GradleException (" Flutter SDK not found. Define location with flutter.sdk in the local.properties file." )
12
- }
13
-
14
15
def flutterVersionCode = localProperties. getProperty(' flutter.versionCode' )
15
16
if (flutterVersionCode == null ) {
16
17
flutterVersionCode = ' 1'
@@ -21,10 +22,6 @@ if (flutterVersionName == null) {
21
22
flutterVersionName = ' 1.0'
22
23
}
23
24
24
- apply plugin : ' com.android.application'
25
- apply plugin : ' kotlin-android'
26
- apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
-
28
25
android {
29
26
compileSdkVersion flutter. compileSdkVersion
30
27
ndkVersion flutter. ndkVersion
@@ -68,5 +65,4 @@ flutter {
68
65
}
69
66
70
67
dependencies {
71
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
72
68
}
Original file line number Diff line number Diff line change 1
- buildscript {
2
- ext. kotlin_version = ' 1.9.25'
3
- repositories {
4
- google()
5
- mavenCentral()
6
- }
7
-
8
- dependencies {
9
- classpath ' com.android.tools.build:gradle:8.1.2'
10
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
- }
12
- }
13
1
14
2
allprojects {
15
3
repositories {
Original file line number Diff line number Diff line change 1
- include ' :app'
1
+ pluginManagement {
2
+ def flutterSdkPath = {
3
+ def properties = new Properties ()
4
+ file(" local.properties" ). withInputStream { properties. load(it) }
5
+ def flutterSdkPath = properties. getProperty(" flutter.sdk" )
6
+ assert flutterSdkPath != null , " flutter.sdk not set in local.properties"
7
+ return flutterSdkPath
8
+ }()
2
9
3
- def localPropertiesFile = new File (rootProject. projectDir, " local.properties" )
4
- def properties = new Properties ()
10
+ includeBuild(" $flutterSdkPath /packages/flutter_tools/gradle" )
5
11
6
- assert localPropertiesFile. exists()
7
- localPropertiesFile. withReader(" UTF-8" ) { reader -> properties. load(reader) }
12
+ repositories {
13
+ google()
14
+ mavenCentral()
15
+ gradlePluginPortal()
16
+ }
17
+ }
8
18
9
- def flutterSdkPath = properties. getProperty(" flutter.sdk" )
10
- assert flutterSdkPath != null , " flutter.sdk not set in local.properties"
11
- apply from : " $flutterSdkPath /packages/flutter_tools/gradle/app_plugin_loader.gradle"
19
+ plugins {
20
+ id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
+ id " com.android.application" version " 8.1.2" apply false
22
+ id " org.jetbrains.kotlin.android" version " 1.9.25" apply false
23
+ }
24
+
25
+ include " :app"
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- platform :ios , '13 .0'
2
+ platform :ios , '16 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 2
2
- audio_session (0.0.1):
3
3
- Flutter
4
4
- Flutter (1.0.0)
5
- - flutter_sound (9.9 .5):
5
+ - flutter_sound (9.24 .5):
6
6
- Flutter
7
- - flutter_sound_core (= 9.9 .5)
8
- - flutter_sound_core (9.9 .5)
7
+ - flutter_sound_core (= 9.24 .5)
8
+ - flutter_sound_core (9.24 .5)
9
9
- path_provider_foundation (0.0.1):
10
10
- Flutter
11
11
- FlutterMacOS
@@ -36,13 +36,13 @@ EXTERNAL SOURCES:
36
36
:path: ".symlinks/plugins/permission_handler_apple/ios"
37
37
38
38
SPEC CHECKSUMS:
39
- audio_session: 088d2483ebd1dc43f51d253d4a1c517d9a2e7207
39
+ audio_session: 19e9480dbdd4e5f6c4543826b2e8b0e4ab6145fe
40
40
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
41
- flutter_sound: 2bbfd392d7a1f5481b38b35bc5a1748a577a5fd4
42
- flutter_sound_core: 64268d83e2ff12fb500d574e078b98dd00428ed9
41
+ flutter_sound: 40d54a7c8a5d680234dde4dd26593bf4b4ce1082
42
+ flutter_sound_core: 68fa54fa26446f73eee9c15344c1c018cfc9e98d
43
43
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
44
44
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
45
45
46
- PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b
46
+ PODFILE CHECKSUM: ae273562e2241d2b1bd4b6d2d349a48b8fe1a2a7
47
47
48
48
COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change 381
381
DEVELOPMENT_TEAM = MPR54D573H;
382
382
ENABLE_BITCODE = NO;
383
383
INFOPLIST_FILE = Runner/Info.plist;
384
- IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
384
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6 ;
385
385
LD_RUNPATH_SEARCH_PATHS = (
386
386
"$(inherited)",
387
387
"@executable_path/Frameworks",
515
515
DEVELOPMENT_TEAM = MPR54D573H;
516
516
ENABLE_BITCODE = NO;
517
517
INFOPLIST_FILE = Runner/Info.plist;
518
- IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
518
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6 ;
519
519
LD_RUNPATH_SEARCH_PATHS = (
520
520
"$(inherited)",
521
521
"@executable_path/Frameworks",
539
539
DEVELOPMENT_TEAM = MPR54D573H;
540
540
ENABLE_BITCODE = NO;
541
541
INFOPLIST_FILE = Runner/Info.plist;
542
- IPHONEOS_DEPLOYMENT_TARGET = 13.0 ;
542
+ IPHONEOS_DEPLOYMENT_TARGET = 15.6 ;
543
543
LD_RUNPATH_SEARCH_PATHS = (
544
544
"$(inherited)",
545
545
"@executable_path/Frameworks",
Original file line number Diff line number Diff line change 48
48
ignoresPersistentStateOnLaunch = " NO"
49
49
debugDocumentVersioning = " YES"
50
50
debugServiceExtension = " internal"
51
+ enableGPUValidationMode = " 1"
51
52
allowLocationSimulation = " YES" >
52
53
<BuildableProductRunnable
53
54
runnableDebuggingMode = " 0" >
You can’t perform that action at this time.
0 commit comments