This commit is contained in:
Adam Gleitman 2021-09-21 14:12:47 -07:00
Родитель 7da0b24c58
Коммит b8d5b85590
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@
+++ "E:\\github\\rnm-63\\ReactAndroid\\gradle.properties" 2020-10-13 21:23:43.852166500 -0700
@@ -17,7 +17,7 @@
OKHTTP_VERSION=3.12.12
SO_LOADER_VERSION=0.8.2
SO_LOADER_VERSION=0.9.0
-BOOST_VERSION=1_63_0
+BOOST_VERSION=1_68_0

Просмотреть файл

@ -34,7 +34,7 @@ index 63ac2ec11..26fee8860 100644
/** Creates a builder that is capable of creating an instance of {@link ReactInstanceManager}. */
public static ReactInstanceManagerBuilder builder() {
return new ReactInstanceManagerBuilder();
@@ -1267,7 +1279,8 @@ public class ReactInstanceManager {
@@ -1245,7 +1257,8 @@ public class ReactInstanceManager {
.setJSExecutor(jsExecutor)
.setRegistry(nativeModuleRegistry)
.setJSBundleLoader(jsBundleLoader)