Blindly accept mappings so Riot is happy - Fix #23

This commit is contained in:
Maxime Dor
2017-08-12 02:24:01 +02:00
parent 821a5b99ea
commit 5a683b41ef
10 changed files with 379 additions and 18 deletions

View File

@@ -57,6 +57,9 @@ dependencies {
// HTTP connections
compile 'org.apache.httpcomponents:httpclient:4.5.3'
// JSON
compile 'com.google.code.gson:gson:2.8.1'
testCompile 'junit:junit:4.12'
}