helping Android
This commit is contained in:
parent
2e62ee8771
commit
f26c30de4d
|
@ -1,3 +1,9 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
apply from: '../../android/dependencies.gradle'
|
||||
|
||||
dependencies {
|
||||
testImplementation libs.junit
|
||||
}
|
Loading…
Reference in New Issue