Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Sep 18, 2018
1 parent 0215bcc commit 597342c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add this to your module's `build.gradle` file:
```gradle
dependencies {
implementation 'com.afollestad:assent:2.1.0'
implementation 'com.afollestad:assent:2.1.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext.versions = [
minSdk : 14,
compileSdk : 28,
buildTools : '28.0.2',
publishVersion : '2.1.0',
publishVersionCode : 13,
publishVersion : '2.1.1',
publishVersionCode : 14,

gradlePlugin : '3.1.4',
spotlessPlugin : '3.14.0',
Expand Down

0 comments on commit 597342c

Please sign in to comment.