Skip to content

Commit

Permalink
Major Updates
Browse files Browse the repository at this point in the history
Bug correction
  • Loading branch information
thunder413 committed May 17, 2019
1 parent 3241255 commit 622a5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DateTimeUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 14
targetSdkVersion 28
versionCode 3
versionName "2.3"
versionName "3.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
And then simply add the following line to the `dependencies` section of your app module `build.gradle` file:

```groovy
implementation 'com.github.thunder413:DateTimeUtils:2.3'
implementation 'com.github.thunder413:DateTimeUtils:3.0'
```

Javadocs are available [here](http://https://github.com/thunder413/DateTimeUtils/apidocs/index.html).
Expand Down

0 comments on commit 622a5b5

Please sign in to comment.