Skip to content

Commit

Permalink
Remove dependency on Joda Time
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 authored and maniac103 committed Dec 6, 2021
1 parent c2190b9 commit d722a92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d722a92

Please sign in to comment.