mirror of
https://github.com/status-im/status-react.git
synced 2025-02-19 22:28:40 +00:00
[#4651] Set minimum iOS and Android versions.
iOS: 11.0 is the minimal requirement, phone-only application. Android: 6.0 (API level 23). [Android API levels table](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels)
This commit is contained in:
parent
125f61b19e
commit
c5e078b9d7
@ -121,8 +121,8 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "im.status.ethereum"
|
applicationId "im.status.ethereum"
|
||||||
minSdkVersion 18
|
minSdkVersion 23
|
||||||
targetSdkVersion 26
|
targetSdkVersion 27
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
versionCode getVersionCode()
|
versionCode getVersionCode()
|
||||||
versionName getVersionName()
|
versionName getVersionName()
|
||||||
|
@ -2076,7 +2076,7 @@
|
|||||||
"$(SRCROOT)/../node_modules/react-native-securerandom/ios",
|
"$(SRCROOT)/../node_modules/react-native-securerandom/ios",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = StatusIm/Info.plist;
|
INFOPLIST_FILE = StatusIm/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@ -2089,6 +2089,7 @@
|
|||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = im.status.ethereum;
|
PRODUCT_BUNDLE_IDENTIFIER = im.status.ethereum;
|
||||||
PRODUCT_NAME = StatusIm;
|
PRODUCT_NAME = StatusIm;
|
||||||
|
TARGETED_DEVICE_FAMILY = 1;
|
||||||
VALID_ARCHS = "arm64 armv7 armv7s";
|
VALID_ARCHS = "arm64 armv7 armv7s";
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
@ -2137,7 +2138,7 @@
|
|||||||
"$(SRCROOT)/../node_modules/react-native-securerandom/ios",
|
"$(SRCROOT)/../node_modules/react-native-securerandom/ios",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = StatusIm/Info.plist;
|
INFOPLIST_FILE = StatusIm/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@ -2150,6 +2151,7 @@
|
|||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = im.status.ethereum;
|
PRODUCT_BUNDLE_IDENTIFIER = im.status.ethereum;
|
||||||
PRODUCT_NAME = StatusIm;
|
PRODUCT_NAME = StatusIm;
|
||||||
|
TARGETED_DEVICE_FAMILY = 1;
|
||||||
VALID_ARCHS = "armv7 armv7s arm64";
|
VALID_ARCHS = "armv7 armv7s arm64";
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user