diff --git a/README.md b/README.md index 95dec24d..1255db1b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add `afterpay-android` to your `build.gradle` dependencies. ```gradle dependencies { - implementation 'com.afterpay:afterpay-android:2.0.1' + implementation 'com.afterpay:afterpay-android:2.0.2' } ``` diff --git a/build.gradle b/build.gradle index 00cab90a..9e7db762 100644 --- a/build.gradle +++ b/build.gradle @@ -5,29 +5,29 @@ buildscript { 'java' : '1.8', 'build_tools' : '30.0.3', 'android_gradle_plugin' : '4.2.1', - 'kotlin' : '1.5.0', - 'kotlinx_coroutines' : '1.5.0', - 'kotlinx_serialization' : '1.2.1', + 'kotlin' : '1.5.21', + 'kotlinx_coroutines' : '1.5.1', + 'kotlinx_serialization' : '1.2.2', 'maven_publish_plugin' : '0.12.0', 'androidx_activity' : '1.2.3', 'androidx_constraint_layout': '2.0.4', - 'androidx_fragment' : '1.3.4', + 'androidx_fragment' : '1.3.5', 'androidx_lifecycle' : '2.3.1', 'androidx_navigation' : '2.3.5', - 'androidx_recycler_view' : '1.2.0', + 'androidx_recycler_view' : '1.2.1', 'android_three_ten' : '1.3.1', 'app_compat' : '1.3.0', - 'core_ktx' : '1.5.0', - 'material_design_components': '1.3.0', + 'core_ktx' : '1.6.0', + 'material_design_components': '1.4.0', 'moshi' : '1.12.0', - 'okhttp' : '4.9.0', + 'okhttp' : '4.9.1', 'retrofit' : '2.9.0', 'junit' : '4.13.2', - 'androidx_test_orchestrator': '1.3.0', - 'androidx_test_core' : '1.3.0', - 'androidx_test_junit' : '1.1.2', - 'androidx_test_runner' : '1.3.0', - 'espresso' : '3.3.0', + 'androidx_test_orchestrator': '1.4.0', + 'androidx_test_core' : '1.4.0', + 'androidx_test_junit' : '1.1.3', + 'androidx_test_runner' : '1.4.0', + 'espresso' : '3.4.0', 'uiautomator' : '2.2.0', 'ktlint' : '0.41.0' ] diff --git a/gradle.properties b/gradle.properties index ee60b424..fe3a5f39 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.afterpay -VERSION_NAME=2.0.1-SNAPSHOT +VERSION_NAME=2.0.2-SNAPSHOT POM_URL=https://github.com/afterpay/sdk-android/ POM_SCM_URL=https://github.com/afterpay/sdk-android/