Unofficial Java Api Client for https://exchangeratesapi.io/ made with Retrofit 2.7
Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add dependency
dependencies {
implementation 'com.github.faystmax:exchange-rates-api-client:1.1.0'
}
To build this project run this from base directory:
./gradlew clean build
For windows users:
gradlew.bat clean build
This project is licensed under the terms of the MIT license - see the LICENSE.md file for details