0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00

Gradle: Android tests should be run through Android, not JUnit

This commit is contained in:
Jordan Rose 2021-10-08 11:32:57 -07:00
parent 0bb07fd175
commit 169d4ca156

View File

@ -56,7 +56,8 @@ repositories {
}
dependencies {
androidTestImplementation 'junit:junit:3.8.2'
androidTestImplementation 'com.android.support:support-annotations:24.0.0'
androidTestImplementation 'com.android.support.test:runner:0.5'
api project(':java')
}