diff --git a/docs/installation.md b/docs/installation.md index 4934aa74..513e72f8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,7 +16,7 @@ Add `afterpay-android` to your `build.gradle` dependencies. ``` gradle dependencies { - implementation 'com.afterpay:afterpay-android:4.0.2' + implementation 'com.afterpay:afterpay-android:4.1.0' } ``` diff --git a/gradle.properties b/gradle.properties index 35ba7d84..cac9b055 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.afterpay -VERSION_NAME=4.0.2-SNAPSHOT +VERSION_NAME=4.1.0-SNAPSHOT POM_URL=https://github.com/afterpay/sdk-android/ POM_SCM_URL=https://github.com/afterpay/sdk-android/