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'