From 4208ec4b50fb9675170f5e8c12e29271fc53f98d Mon Sep 17 00:00:00 2001 From: "e.gubarev" Date: Mon, 30 Dec 2019 10:36:20 +0300 Subject: [PATCH] add library fuel --- libraries/fuel.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libraries/fuel.json diff --git a/libraries/fuel.json b/libraries/fuel.json new file mode 100644 index 000000000..dfbb14750 --- /dev/null +++ b/libraries/fuel.json @@ -0,0 +1,18 @@ +{ + "properties": { + "v": "-SNAPSHOT" + }, + "link": "https://github.com/kittinunf/fuel", + "repositories": [ + "https://www.jitpack.io" + ], + "dependencies": [ + "com.github.kittinunf.fuel:fuel:$v", + "com.github.kittinunf.fuel:fuel-gson:$v", + "com.github.kittinunf.fuel:fuel-rxjava:$v", + "com.github.kittinunf.fuel:fuel-coroutines:$v" + ], + "imports": [ + "com.github.kittinunf.fuel.*" + ] +} \ No newline at end of file