helping Android

This commit is contained in:
rusefi 2020-07-17 20:36:27 -04:00
parent 0c91b3c615
commit 4ddf532166
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
ext.libs = [
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"
]

View File

@ -5,5 +5,6 @@ plugins {
apply from: '../../android/dependencies.gradle'
dependencies {
implementation libs.javaxJson
testImplementation libs.junit
}