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

Commit beed0b5

Browse files
committed
Release 2.0.0
1 parent 88c9fcc commit beed0b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add this to your module's `build.gradle` file:
2424
```gradle
2525
dependencies {
2626
27-
implementation 'com.afollestad:assent:1.0.1'
27+
implementation 'com.afollestad:assent:2.0.0'
2828
}
2929
```
3030

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext.versions = [
22
minSdk : 14,
33
compileSdk : 28,
44
buildTools : '28.0.1',
5-
publishVersion : '1.0.1',
6-
publishVersionCode: 11,
5+
publishVersion : '2.0.0',
6+
publishVersionCode: 12,
77

88
gradlePlugin : '3.1.4',
99
spotlessPlugin : '3.14.0',

0 commit comments

Comments
 (0)