From 32ce207721ab03b95e8075d38d2ad12c7a190796 Mon Sep 17 00:00:00 2001 From: Jason Atwood Date: Thu, 25 Jul 2024 13:08:04 -0400 Subject: [PATCH 1/2] Update code owners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 27229efa..e4be7b29 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,4 +3,4 @@ # These owners will be the default owners for everything in # the repo -* @benfterpay @ScottAntonacAP +* @ScottAntonacAP @BrianGardnerAtl @tir38 @pedronveloso @m-nogas From 1445a422d0cbe54bc3726785af9a3a8901aa0ea3 Mon Sep 17 00:00:00 2001 From: Jason Atwood Date: Wed, 31 Jul 2024 22:24:15 -0400 Subject: [PATCH 2/2] Release 4.7.0 --- 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 ead21f37..9ccffe47 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.6.0' + implementation 'com.afterpay:afterpay-android:4.7.0' } ``` diff --git a/gradle.properties b/gradle.properties index d0bc7fe3..39f6536f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.afterpay -VERSION_NAME=4.6.0-SNAPSHOT +VERSION_NAME=4.7.0-SNAPSHOT POM_URL=https://github.com/afterpay/sdk-android/ POM_SCM_URL=https://github.com/afterpay/sdk-android/