Bump SoLoader version to 0.10.4

Differential Revision: D37988585

fbshipit-source-id: 586bf12c76ac6d44c5d46d3e2b5551e46dbc2112
This commit is contained in:
Sim Sun
2022-07-20 15:18:18 -07:00
committed by Facebook GitHub Bot
parent a9a21d0aa6
commit c5a8f447b1
3 changed files with 7 additions and 5 deletions

View File

@@ -1,10 +1,11 @@
/* /*
* Copyright (c) Facebook, Inc. and its affiliates. * Copyright (c) Meta Platforms, Inc. and affiliates.
* *
* This source code is licensed under the MIT license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
*/ */
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
@@ -54,7 +55,7 @@ android {
dependencies { dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation project(':yoga:proguard-annotations') implementation project(':yoga:proguard-annotations')
implementation 'com.facebook.soloader:soloader:0.10.1' implementation 'com.facebook.soloader:soloader:0.10.4'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
testImplementation project(':testutil') testImplementation project(':testutil')
} }

View File

@@ -33,7 +33,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.facebook.soloader:soloader:0.10.1' implementation 'com.facebook.soloader:soloader:0.10.4'
implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation project(':yoga:proguard-annotations') implementation project(':yoga:proguard-annotations')
} }

View File

@@ -1,10 +1,11 @@
/* /*
* Copyright (c) Facebook, Inc. and its affiliates. * Copyright (c) Meta Platforms, Inc. and affiliates.
* *
* This source code is licensed under the MIT license found in the * This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree. * LICENSE file in the root directory of this source tree.
*/ */
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
@@ -33,6 +34,6 @@ android {
} }
dependencies { dependencies {
implementation 'com.facebook.soloader:soloader:0.10.1' implementation 'com.facebook.soloader:soloader:0.10.4'
} }
} }