From 6061db0b14572d788a1556d8ca33d5dacea88e86 Mon Sep 17 00:00:00 2001 From: anthony restaino Date: Mon, 5 Jun 2017 20:09:50 -0400 Subject: [PATCH] Bumping version for beta --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 4428d20..0024685 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { targetSdkVersion = 25 buildToolsVersion = '25.0.2' - versionName = '4.4.3' - versionCode_lite = 94 - versionCode_plus = 92 + versionName = '4.5.0' + versionCode_lite = 95 + versionCode_plus = 93 }