diff --git a/README.md b/README.md index b79ef8c..cfc0b73 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/dependencies.gradle b/dependencies.gradle index 60f200a..39d88f7 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -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', @@ -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'