From 43279899c79951f693a61ac6e9efd9578a8c6d19 Mon Sep 17 00:00:00 2001 From: Devin Morgan Date: Fri, 20 Oct 2023 13:09:29 -0400 Subject: [PATCH] Bump to v3.4.0 (#123) --- forage-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forage-android/build.gradle b/forage-android/build.gradle index 674b6c75..2b57c9bd 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.3.0' + PUBLISH_VERSION = '3.4.0' PUBLISH_ARTIFACT_ID = 'forage-android' PUBLISH_DESCRIPTION = 'Forage Android SDK' PUBLISH_URL = 'https://github.com/teamforage/forage-android-sdk'