fbjni and soloader versions from gradle.properties

Summary: ^

Reviewed By: passy

Differential Revision: D43879496

fbshipit-source-id: 93ee552d11772fcb5ada89c2364536978766fba4
This commit is contained in:
Lorenzo Blasa
2023-03-08 02:53:49 -08:00
committed by Facebook GitHub Bot
parent d8002de88c
commit 11115501a2
2 changed files with 4 additions and 2 deletions

View File

@@ -69,8 +69,8 @@ ext.deps = [
// Arch // Arch
archPaging : 'android.arch.paging:runtime:1.0.1', archPaging : 'android.arch.paging:runtime:1.0.1',
// First-party // First-party
soloader : 'com.facebook.soloader:soloader:0.10.4', soloader : "com.facebook.soloader:soloader:$SOLOADER_VERSION",
fbjni : 'com.facebook.fbjni:fbjni:0.3.0', fbjni : "com.facebook.fbjni:fbjni:$FBJNI_VERSION",
screenshot : 'com.facebook.testing.screenshot:core:0.15.0', screenshot : 'com.facebook.testing.screenshot:core:0.15.0',
boltsTasks : 'com.parse.bolts:bolts-tasks:1.4.0', boltsTasks : 'com.parse.bolts:bolts-tasks:1.4.0',
// Third-party // Third-party

View File

@@ -20,6 +20,8 @@ POM_ISSUES_URL=https://github.com/facebook/flipper/issues/
LITHO_VERSION=0.44.0 LITHO_VERSION=0.44.0
ANDROIDX_VERSION=1.3.0 ANDROIDX_VERSION=1.3.0
KOTLIN_VERSION=1.6.20 KOTLIN_VERSION=1.6.20
FBJNI_VERSION=0.3.0
SOLOADER_VERSION=0.10.4
# NDK # NDK
NDK_VERSION=23.0.7599858 NDK_VERSION=23.0.7599858
# Gradle internals # Gradle internals