From c6aac2d71a1d76f718578303d49c984af25e56f9 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sat, 11 Mar 2017 11:20:16 +0100 Subject: [PATCH] Release version 1.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8c15d55..e9005f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId 'com.lauszus.facerecognitionapp' minSdkVersion 15 targetSdkVersion 24 - versionCode 1 - versionName '1.0' + versionCode 2 + versionName '1.1' vectorDrawables.useSupportLibrary = true ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64', 'x86'