helping Android

This commit is contained in:
rusefi 2020-07-13 00:05:00 -04:00
parent 94438279d2
commit 2e62ee8771
1 changed files with 2 additions and 1 deletions

View File

@ -19,5 +19,6 @@ dependencies {
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.12'
testImplementation libs.junit
// junit 4.13 does not mix well with httpclient :(
testImplementation group: 'junit', name: 'junit', version: '4.8.2'
}