diff --git a/build.gradle b/build.gradle index 020006e..b6edcf7 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,10 @@ dependencies { implementation 'com.rometools:rome:1.16.0' implementation 'com.squareup.okhttp3:okhttp:4.9.2' + implementation 'net.aksingh:owm-japis:2.5.3.0' + implementation 'com.google.code.gson:gson:2.8.9' + implementation 'net.objecthunter:exp4j:0.4.8' implementation 'net.thauvin.erik:cryptoprice:0.9.0-SNAPSHOT' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ffed3a2..e750102 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists