From 9b605fbd2b53f6ac7326cba01ea3ed860d15c9d2 Mon Sep 17 00:00:00 2001 From: Marshall Weir Date: Tue, 24 Aug 2021 12:05:49 -0400 Subject: [PATCH] Update version to 4.0.0-beta03/27 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5a8c3cf..0350684 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,8 +12,8 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=4.0.0-beta02 -VERSION_CODE=26 +VERSION_NAME=4.0.0-beta03 +VERSION_CODE=27 GROUP=com.splitwise ANDROID_BUILD_MIN_SDK_VERSION=14 ANDROID_BUILD_TARGET_SDK_VERSION=29