From d722a929ce0d1110336aa6cb4ed15c2828c4ab6d Mon Sep 17 00:00:00 2001 From: Fs00 Date: Mon, 6 Dec 2021 18:16:55 +0100 Subject: [PATCH] Remove dependency on Joda Time --- README.md | 7 +------ library/build.gradle | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index bfbd876..066ddd5 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,7 @@ Import it with Gradle like this: # How do I use it? -Firstly we init JodaTimeAndroid -```java - JodaTimeAndroid.init(this); -``` - -Next we get a token and add it to the TokenStore +Firstly we get a token and add it to the TokenStore ```java ServiceGenerator.createAuthService() .getToken(request) diff --git a/library/build.gradle b/library/build.gradle index 64552e7..24a58d7 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -39,7 +39,6 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') api 'io.reactivex.rxjava2:rxjava:2.1.10' - api 'net.danlew:android.joda:2.9.5.1' api 'com.squareup.retrofit2:retrofit:2.5.0' implementation 'com.android.support:support-annotations:28.0.0'