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

Commit 2cd6c56

Browse files
committed
Version 2.2.0
1 parent 597342c commit 2cd6c56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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:2.1.1'
27+
implementation 'com.afollestad:assent:2.2.0'
2828
}
2929
```
3030

dependencies.gradle

Lines changed: 3 additions & 3 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.2',
5-
publishVersion : '2.1.1',
6-
publishVersionCode : 14,
5+
publishVersion : '2.2.0',
6+
publishVersionCode : 15,
77

88
gradlePlugin : '3.1.4',
99
spotlessPlugin : '3.14.0',
@@ -15,7 +15,7 @@ ext.versions = [
1515
testRunner : '1.0.2',
1616
uiAutomator : '2.1.3',
1717

18-
androidx : '1.0.0-rc02',
18+
androidx : '1.0.0',
1919
androidxTest : '1.1.0-alpha4',
2020
androidxEspresso : '3.1.0-alpha4',
2121
androidxUiAutomator: '2.2.0-alpha1'

0 commit comments

Comments
 (0)