From 63760df4e6b957cc7fb00417ef8c0f26bda91469 Mon Sep 17 00:00:00 2001 From: Alex Landau Date: Fri, 3 May 2019 18:09:26 -0700 Subject: [PATCH] Version 1.1 (2) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 391ee3f..7cc2729 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "landau.sweb" minSdkVersion 21 targetSdkVersion 26 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {