Skip to content

Commit dfa5ef3

Browse files
authored
Merge pull request #2222 from StoDevX/drop-old-oses
Drop old OSes
2 parents 30b3f8e + 115ca5f commit dfa5ef3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ android {
102102

103103
defaultConfig {
104104
applicationId "com.allaboutolaf"
105-
minSdkVersion 16
105+
minSdkVersion 19
106106
targetSdkVersion 23
107107
versionCode 1
108108
versionName "1.0.0"

ios/AllAboutOlaf.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
"$(SRCROOT)/../node_modules/react-native-safari-view",
17721772
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
17731773
);
1774-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
1774+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
17751775
MTL_ENABLE_DEBUG_INFO = YES;
17761776
ONLY_ACTIVE_ARCH = YES;
17771777
SDKROOT = iphoneos;
@@ -1828,7 +1828,7 @@
18281828
"$(SRCROOT)/../node_modules/react-native-safari-view",
18291829
"$(SRCROOT)/../node_modules/react-native-custom-tabs/ios/ReactNativeCustomTabs",
18301830
);
1831-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
1831+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
18321832
MTL_ENABLE_DEBUG_INFO = NO;
18331833
SDKROOT = iphoneos;
18341834
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

0 commit comments

Comments
 (0)