File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
packages/youtube_player_flutter/example Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 32
29
+ compileSdkVersion 33
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
@@ -39,7 +39,7 @@ android {
39
39
defaultConfig {
40
40
applicationId " np.com.sarbagyastha.example"
41
41
minSdkVersion 17
42
- targetSdkVersion 32
42
+ targetSdkVersion 33
43
43
versionCode flutterVersionCode. toInteger()
44
44
versionName flutterVersionName
45
45
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.6.21 '
2
+ ext. kotlin_version = ' 1.7.10 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >9 .0 </string >
24
+ <string >11 .0 </string >
25
25
</dict >
26
26
</plist >
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, '9 .0'
2
+ # platform :ios, '11 .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 348
348
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
349
349
GCC_WARN_UNUSED_FUNCTION = YES;
350
350
GCC_WARN_UNUSED_VARIABLE = YES;
351
- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
351
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
352
352
MTL_ENABLE_DEBUG_INFO = NO;
353
353
SDKROOT = iphoneos;
354
354
SUPPORTED_PLATFORMS = iphoneos;
430
430
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
431
431
GCC_WARN_UNUSED_FUNCTION = YES;
432
432
GCC_WARN_UNUSED_VARIABLE = YES;
433
- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
433
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
434
434
MTL_ENABLE_DEBUG_INFO = YES;
435
435
ONLY_ACTIVE_ARCH = YES;
436
436
SDKROOT = iphoneos;
479
479
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
480
480
GCC_WARN_UNUSED_FUNCTION = YES;
481
481
GCC_WARN_UNUSED_VARIABLE = YES;
482
- IPHONEOS_DEPLOYMENT_TARGET = 9 .0;
482
+ IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
483
483
MTL_ENABLE_DEBUG_INFO = NO;
484
484
SDKROOT = iphoneos;
485
485
SUPPORTED_PLATFORMS = iphoneos;
You can’t perform that action at this time.
0 commit comments