Skip to content

Commit

Permalink
bump soloader to 0.6.0 (#23239)
Browse files Browse the repository at this point in the history
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: #23239

Differential Revision: D13915901

Pulled By: cpojer

fbshipit-source-id: 917705326b76fc3356828e5d00e6148e292bd12a
  • Loading branch information
dulmandakh authored and grabbou committed Feb 4, 2019
1 parent 6943b2e commit e1694ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReactAndroid/build.gradle
Expand Up @@ -319,7 +319,7 @@ dependencies {
api 'com.android.support:appcompat-v7:28.0.0'
api "com.facebook.fresco:fresco:${FRESCO_VERSION}"
api "com.facebook.fresco:imagepipeline-okhttp3:${FRESCO_VERSION}"
api 'com.facebook.soloader:soloader:0.5.1'
api "com.facebook.soloader:soloader:${SO_LOADER_VERSION}"
api 'com.google.code.findbugs:jsr305:3.0.2'
api "com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}"
api "com.squareup.okhttp3:okhttp-urlconnection:${OKHTTP_VERSION}"
Expand Down
1 change: 1 addition & 0 deletions ReactAndroid/gradle.properties
Expand Up @@ -14,6 +14,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10
ANDROID_SUPPORT_TEST_VERSION=1.0.2
FRESCO_VERSION=1.10.0
OKHTTP_VERSION=3.12.1
SO_LOADER_VERSION=0.6.0

BOOST_VERSION=1_63_0
DOUBLE_CONVERSION_VERSION=1.1.6
Expand Down
Expand Up @@ -8,6 +8,6 @@ fb_native.android_prebuilt_aar(

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

0 comments on commit e1694ee

Please sign in to comment.