From a2ac0e30783cba7aea4703455902ac7277c13160 Mon Sep 17 00:00:00 2001 From: anthony restaino Date: Tue, 6 Jun 2017 20:55:45 -0400 Subject: [PATCH] Bumping version codes for beta bugfix --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0024685..afe703b 100644 --- a/build.gradle +++ b/build.gradle @@ -21,6 +21,6 @@ ext { buildToolsVersion = '25.0.2' versionName = '4.5.0' - versionCode_lite = 95 - versionCode_plus = 93 + versionCode_lite = 96 + versionCode_plus = 94 }