From 0ee43546593b9c5224da8bf7dce3e232abba9f66 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Wed, 28 Aug 2024 11:24:55 -0700 Subject: [PATCH] using fb 0.72.15 --- js/react_native/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/react_native/android/build.gradle b/js/react_native/android/build.gradle index b5ab0ce476fd9..f576ba0dc8672 100644 --- a/js/react_native/android/build.gradle +++ b/js/react_native/android/build.gradle @@ -224,7 +224,7 @@ dependencies { androidTestImplementation "androidx.test:rules:1.1.0" implementation "junit:junit:4.12" - implementation 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:0.72.15' androidTestImplementation "com.linkedin.dexmaker:dexmaker-mockito-inline-extended:2.28.1" implementation "com.microsoft.onnxruntime:onnxruntime-android:latest.integration@aar"