diff --git a/.detoxrc.js b/.detoxrc.js index 75f00ad6e..ead5b7803 100644 --- a/.detoxrc.js +++ b/.detoxrc.js @@ -52,7 +52,7 @@ module.exports = { emulator: { type: 'android.emulator', device: { - avdName: 'Pixel_4_XL_API_31' + avdName: 'Pixel_API_31_AOSP' } } }, diff --git a/android/app/build.gradle b/android/app/build.gradle index 52dca239a..971ef0c71 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -374,6 +374,7 @@ dependencies { implementation "com.tencent:mmkv-static:1.2.10" androidTestImplementation('com.wix:detox:+') implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'com.facebook.soloader:soloader:0.10.4' } if (isNewArchitectureEnabled()) {