Skip to content

Commit e7cd160

Browse files
dulmandakhgrabbou
authored andcommitted
bump soloader to 0.6.0 (facebook#23239)
Summary: Bump soloader to 0.6.0, which added support for App Bundling and help reduce app size. [Android] [Changed] - Bump Soloader to 0.6.0 CI is green and everything works just fine. Pull Request resolved: facebook#23239 Differential Revision: D13915901 Pulled By: cpojer fbshipit-source-id: 917705326b76fc3356828e5d00e6148e292bd12a
1 parent 8ac42cb commit e7cd160

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ReactAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ dependencies {
319319
api 'com.android.support:appcompat-v7:28.0.0'
320320
api "com.facebook.fresco:fresco:${FRESCO_VERSION}"
321321
api "com.facebook.fresco:imagepipeline-okhttp3:${FRESCO_VERSION}"
322-
api 'com.facebook.soloader:soloader:0.5.1'
322+
api "com.facebook.soloader:soloader:${SO_LOADER_VERSION}"
323323
api 'com.google.code.findbugs:jsr305:3.0.2'
324324
api "com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}"
325325
api "com.squareup.okhttp3:okhttp-urlconnection:${OKHTTP_VERSION}"

ReactAndroid/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10
1414
ANDROID_SUPPORT_TEST_VERSION=1.0.2
1515
FRESCO_VERSION=1.10.0
1616
OKHTTP_VERSION=3.12.1
17+
SO_LOADER_VERSION=0.6.0
1718

1819
BOOST_VERSION=1_63_0
1920
DOUBLE_CONVERSION_VERSION=1.1.6

ReactAndroid/src/main/libraries/soloader/java/com/facebook/soloader/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ fb_native.android_prebuilt_aar(
88

99
fb_native.remote_file(
1010
name = "soloader-binary-aar",
11-
sha1 = "042357559a6c9313bdb9b1ba137a9df3b5365f35",
12-
url = "mvn:com.facebook.soloader:soloader:aar:0.5.1",
11+
sha1 = "4de8f64830aff60beb52fb27dffb2fcbe54c39df",
12+
url = "mvn:com.facebook.soloader:soloader:aar:0.6.0",
1313
)

0 commit comments

Comments
 (0)