From 6fdbaa21aa458712c870e174bd9e02868412a947 Mon Sep 17 00:00:00 2001 From: Devin Morgan Date: Fri, 26 Apr 2024 10:34:28 -0400 Subject: [PATCH] Bump to v3.9.0 (#245) ## What Bump minor version ## Test Plan N/A ## Demo N/A ## How Merge this once we merge in the `showKeyboard()` PR --- README.md | 2 +- forage-android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b85e0d5..e667286a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Forage Android SDK (`v3.8.1`) +# Forage Android SDK (`v3.9.0`) You can use the Forage Android SDK to process online-only and/or Terminal POS EBT payments. The SDK provides UI components known as Forage Elements and associated methods that perform payment operations. diff --git a/forage-android/build.gradle b/forage-android/build.gradle index 3f69a7bf..6b7c9c45 100644 --- a/forage-android/build.gradle +++ b/forage-android/build.gradle @@ -10,7 +10,7 @@ apply plugin: ShadowAarDependenciesPlugin ext { PUBLISH_GROUP_ID = 'com.joinforage' - PUBLISH_VERSION = '3.8.1' + PUBLISH_VERSION = '3.9.0' PUBLISH_ARTIFACT_ID = 'forage-android' PUBLISH_DESCRIPTION = 'Forage Android SDK' PUBLISH_URL = 'https://github.com/teamforage/forage-android-sdk'