From cb8eab443c9baeca843f73d8242777e39f087cad Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 31 Oct 2015 18:34:31 -0700 Subject: [PATCH] Bump version to 3.5-beta3 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a051c63c..76e73643 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,14 +5,14 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.1" + buildToolsVersion "23.0.2" defaultConfig { minSdkVersion 16 targetSdkVersion 23 - versionName "3.5-beta1" - versionCode = 67 + versionName "3.5-beta3" + versionCode = 70 } productFlavors {