mirror of
https://github.com/PabloMK7/citra
synced 2024-11-15 05:08:23 +00:00
add test dependencies
This commit is contained in:
parent
65f033f856
commit
18771f1b61
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ dependencies {
|
|||
implementation "com.android.support:leanback-v17:$androidSupportVersion"
|
||||
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
|
||||
|
||||
testImplementation "com.android.support.test:runner:1.0.2"
|
||||
androidTestImplementation "com.android.support.test:runner:1.0.1"
|
||||
}
|
||||
|
||||
def getVersion() {
|
||||
|
|
Loading…
Reference in a new issue