@config-plugins/react-native-webrtc
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -24,2 +24,6 @@ "use strict"; | ||
]); | ||
config = config_plugins_1.AndroidConfig.Version.withBuildScriptExtMinimumVersion(config, { | ||
name: "minSdkVersion", | ||
minVersion: 24, | ||
}); | ||
config = withDesugaring_1.withDesugaring(config, true); | ||
@@ -26,0 +30,0 @@ return config; |
{ | ||
"name": "@config-plugins/react-native-webrtc", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Config plugin to setup react-native-webrtc on prebuild", | ||
@@ -5,0 +5,0 @@ "main": "build/withWebRTC.js", |
@@ -62,4 +62,7 @@ # config-plugins/react-native-webrtc | ||
This plugin will also disable desugaring in the Android `gradle.properties`: `android.enableDexingArtifactTransform.desugaring=false`, and disable iOS Bitcode for "Release" builds (required). | ||
## Important Notes | ||
- For iOS, this plugin disables Bitcodes for all builds (required). | ||
- For Android, this plugin disables desugaring in `gradle.properties`: `android.enableDexingArtifactTransform.desugaring=false` and the [minimum deployment target is changed to `24`](https://github.com/react-native-webrtc/react-native-webrtc/issues/720#issuecomment-552374206) (from `21`) which may break other packages in your app! | ||
## Manual Setup | ||
@@ -66,0 +69,0 @@ |
9584
116
73