Skip to content

Commit

Permalink
Bump to v4 (#278)
Browse files Browse the repository at this point in the history
<!-- Update your title to prefix with your ticket number -->

## What
Bump Android SDK to the new Major 4 version. 
<!-- Please include a summary of the change. List any dependencies that are required for this change. -->

## How
<!-- Describe the rollout plan if it includes multiple PRs/Repos or requires extra steps beyond reverting this PR -->
Should only be merged after #277
  • Loading branch information
devinmorgan authored Jun 20, 2024
1 parent 9c253d8 commit 1e29ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion forage-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1e29ab1

Please sign in to comment.