File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 31
31
32
32
### Dependencies
33
33
34
- - Bump Android SDK from v7.0.0 to v7.1 .0 ([ #1788 ] ( https://github.com/getsentry/sentry-dart/pull/1788 ) )
35
- - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#710 )
36
- - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.0.0...7.1 .0 )
34
+ - Bump Android SDK from v7.0.0 to v7.2 .0 ([ #1788 ] ( https://github.com/getsentry/sentry-dart/pull/1788 ) , [ # 1815 ] ( https://github.com/getsentry/sentry-dart/pull/1815 ) )
35
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#720 )
36
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.0.0...7.2 .0 )
37
37
- Bump Cocoa SDK from v8.17.2 to v8.18.0 ([ #1803 ] ( https://github.com/getsentry/sentry-dart/pull/1803 ) )
38
38
- [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8180 )
39
39
- [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.17.2...8.18.0 )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
60
60
}
61
61
62
62
dependencies {
63
- api ' io.sentry:sentry-android:7.1 .0'
63
+ api ' io.sentry:sentry-android:7.2 .0'
64
64
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
65
65
66
66
// Required -- JUnit 4 framework
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 , '11 .0'
2
+ platform :ios , '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
@@ -32,19 +32,19 @@ target 'Runner' do
32
32
use_modular_headers!
33
33
34
34
flutter_install_all_ios_pods File . dirname ( File . realpath ( __FILE__ ) )
35
-
35
+
36
36
# Configure test target
37
37
target 'RunnerTests' do
38
38
inherit! :search_paths
39
39
end
40
-
40
+
41
41
end
42
42
43
43
post_install do |installer |
44
44
installer . pods_project . targets . each do |target |
45
45
flutter_additional_ios_build_settings ( target )
46
46
target . build_configurations . each do |config |
47
- config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '11 .0'
47
+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '12 .0'
48
48
end
49
49
end
50
50
end
Original file line number Diff line number Diff line change 460
460
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
461
461
GCC_WARN_UNUSED_FUNCTION = YES;
462
462
GCC_WARN_UNUSED_VARIABLE = YES;
463
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
463
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
464
464
MTL_ENABLE_DEBUG_INFO = NO;
465
465
SDKROOT = iphoneos;
466
466
SUPPORTED_PLATFORMS = iphoneos;
631
631
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
632
632
GCC_WARN_UNUSED_FUNCTION = YES;
633
633
GCC_WARN_UNUSED_VARIABLE = YES;
634
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
634
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
635
635
MTL_ENABLE_DEBUG_INFO = YES;
636
636
ONLY_ACTIVE_ARCH = YES;
637
637
SDKROOT = iphoneos;
681
681
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
682
682
GCC_WARN_UNUSED_FUNCTION = YES;
683
683
GCC_WARN_UNUSED_VARIABLE = YES;
684
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
684
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
685
685
MTL_ENABLE_DEBUG_INFO = NO;
686
686
SDKROOT = iphoneos;
687
687
SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
15
15
s . dependency 'Sentry/HybridSDK' , '8.19.0'
16
16
s . ios . dependency 'Flutter'
17
17
s . osx . dependency 'FlutterMacOS'
18
- s . ios . deployment_target = '11 .0'
18
+ s . ios . deployment_target = '12 .0'
19
19
# Flutter 3.7 requires 10.14
20
20
s . osx . deployment_target = '10.13'
21
21
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, '11 .0'
2
+ platform :ios , '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
You can’t perform that action at this time.
0 commit comments