summaryrefslogtreecommitdiff
path: root/render-test/android/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/android/app/build.gradle')
-rw-r--r--render-test/android/app/build.gradle7
1 files changed, 2 insertions, 5 deletions
diff --git a/render-test/android/app/build.gradle b/render-test/android/app/build.gradle
index d5115e8aa3..682af85dcf 100644
--- a/render-test/android/app/build.gradle
+++ b/render-test/android/app/build.gradle
@@ -14,11 +14,7 @@ android {
targets 'mbgl-render-test-runner'
}
}
- ndk {
- // Tells Gradle to build outputs for the following ABIs and package
- // them into your APK.
- abiFilters 'arm64-v8a'
- }
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
externalNativeBuild {
cmake {
@@ -31,6 +27,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
+ androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-beta01'
androidTestImplementation 'androidx.test:rules:1.2.0-beta01'
}