From 3bb5ae2ca3b78486cd5a3b478c3b8a017d25906f Mon Sep 17 00:00:00 2001 From: Scott Antonac Date: Fri, 24 May 2024 12:34:53 +1000 Subject: [PATCH] prepare for release 4.5.0 [EIT-4160] --- docs/installation.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 04ece40a..669b27eb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -19,7 +19,7 @@ Add `afterpay-android` to your `build.gradle` dependencies. ``` gradle dependencies { - implementation 'com.afterpay:afterpay-android:4.4.0' + implementation 'com.afterpay:afterpay-android:4.5.0' } ``` diff --git a/gradle.properties b/gradle.properties index adf90599..31551f3d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.afterpay -VERSION_NAME=4.4.0-SNAPSHOT +VERSION_NAME=4.5.0-SNAPSHOT POM_URL=https://github.com/afterpay/sdk-android/ POM_SCM_URL=https://github.com/afterpay/sdk-android/