making Android less unhappy
This commit is contained in:
parent
92958f1959
commit
ea62ae6db1
|
@ -1,5 +1,6 @@
|
||||||
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"
|
javaxJson : "javax.json:javax.json-api:1.1.4",
|
||||||
|
snakeyaml : "org.yaml:snakeyaml:1.26"
|
||||||
]
|
]
|
|
@ -11,6 +11,7 @@ dependencies {
|
||||||
implementation project(':shared_io')
|
implementation project(':shared_io')
|
||||||
implementation project(':inifile')
|
implementation project(':inifile')
|
||||||
implementation libs.annotations
|
implementation libs.annotations
|
||||||
|
implementation libs.snakeyaml
|
||||||
|
|
||||||
testImplementation libs.junit
|
testImplementation libs.junit
|
||||||
}
|
}
|
Loading…
Reference in New Issue