diff --git a/README.md b/README.md index 33f4d99d..056e5f52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Forage Android SDK (`v3.7.0`) +# Forage Android SDK (`v3.8.0`) ## Table of contents diff --git a/forage-android/build.gradle b/forage-android/build.gradle index 99239f7f..07d68c9f 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.7.0' + PUBLISH_VERSION = '3.8.0' PUBLISH_ARTIFACT_ID = 'forage-android' PUBLISH_DESCRIPTION = 'Forage Android SDK' PUBLISH_URL = 'https://github.com/teamforage/forage-android-sdk'