helping Android

This commit is contained in:
rusefi 2020-07-13 00:14:11 -04:00
parent 2e62ee8771
commit f26c30de4d
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
plugins {
id 'java'
}
apply from: '../../android/dependencies.gradle'
dependencies {
testImplementation libs.junit
}