diff --git a/README.md b/README.md index e667286a..31d26740 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Forage Android SDK (`v3.9.0`) +# Forage Android SDK (`v4.0.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 6b7c9c45..043c6449 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.9.0' + PUBLISH_VERSION = '4.0.0' PUBLISH_ARTIFACT_ID = 'forage-android' PUBLISH_DESCRIPTION = 'Forage Android SDK' PUBLISH_URL = 'https://github.com/teamforage/forage-android-sdk'