diff --git a/java/build.gradle b/java/build.gradle index 8d78a03f..c77068c3 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -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 * LICENSE file in the root directory of this source tree. */ + apply plugin: 'com.android.library' android { @@ -54,7 +55,7 @@ android { dependencies { implementation 'com.google.code.findbugs:jsr305:3.0.2' 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 project(':testutil') } diff --git a/lib/fb/build.gradle b/lib/fb/build.gradle index a3495d8f..8194a2b6 100644 --- a/lib/fb/build.gradle +++ b/lib/fb/build.gradle @@ -33,7 +33,7 @@ android { } 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 project(':yoga:proguard-annotations') } diff --git a/testutil/build.gradle b/testutil/build.gradle index d36e8673..40d2ee14 100644 --- a/testutil/build.gradle +++ b/testutil/build.gradle @@ -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 * LICENSE file in the root directory of this source tree. */ + apply plugin: 'com.android.library' android { @@ -33,6 +34,6 @@ android { } dependencies { - implementation 'com.facebook.soloader:soloader:0.10.1' + implementation 'com.facebook.soloader:soloader:0.10.4' } }