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

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Sep 22, 2018
1 parent 597342c commit 2cd6c56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1'
implementation 'com.afollestad:assent:2.2.0'
}
```

Expand Down
6 changes: 3 additions & 3 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.1',
publishVersionCode : 14,
publishVersion : '2.2.0',
publishVersionCode : 15,

gradlePlugin : '3.1.4',
spotlessPlugin : '3.14.0',
Expand All @@ -15,7 +15,7 @@ ext.versions = [
testRunner : '1.0.2',
uiAutomator : '2.1.3',

androidx : '1.0.0-rc02',
androidx : '1.0.0',
androidxTest : '1.1.0-alpha4',
androidxEspresso : '3.1.0-alpha4',
androidxUiAutomator: '2.2.0-alpha1'
Expand Down

0 comments on commit 2cd6c56

Please sign in to comment.