helping Android
This commit is contained in:
parent
0c91b3c615
commit
4ddf532166
|
@ -1,4 +1,5 @@
|
||||||
ext.libs = [
|
ext.libs = [
|
||||||
junit : "junit:junit:4.13",
|
junit : "junit:junit:4.13",
|
||||||
annotations: "org.jetbrains:annotations:16.0.1"
|
annotations: "org.jetbrains:annotations:16.0.1",
|
||||||
|
javaxJson : "javax.json:javax.json-api:1.1.4"
|
||||||
]
|
]
|
|
@ -5,5 +5,6 @@ plugins {
|
||||||
apply from: '../../android/dependencies.gradle'
|
apply from: '../../android/dependencies.gradle'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation libs.javaxJson
|
||||||
testImplementation libs.junit
|
testImplementation libs.junit
|
||||||
}
|
}
|
Loading…
Reference in New Issue