From cea35585169ba4d77a847d3b7a235adca09bef43 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Wed, 6 Jun 2018 20:42:59 +0200 Subject: [PATCH 1/2] Setting android:required="false", so the app is listed correctly on Google Play --- app/src/main/AndroidManifest.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8efc5d3..973b9fc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,10 +5,10 @@ - - - - + + + + Date: Wed, 6 Jun 2018 20:44:45 +0200 Subject: [PATCH 2/2] Release version 1.2.2 --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c844cc9..e3efcb8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The reports I wrote together with Jonathan Wang can be found at the following li In order to built this project you need to download and install [Android Studio](http://developer.android.com/sdk/index.html). You will then need to install the [Android NDK](https://developer.android.com/studio/projects/add-native-code.html#download-ndk). -Then simply download the latest release: and open the project in Android Studio. +Then simply download the latest release: and open the project in Android Studio. ## Advanced build instructions diff --git a/app/build.gradle b/app/build.gradle index f9e4c30..e89d190 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId 'com.lauszus.facerecognitionapp' minSdkVersion 15 targetSdkVersion 27 - versionCode 4 - versionName '1.2.1' + versionCode 5 + versionName '1.2.2' vectorDrawables.useSupportLibrary = true ndk { stl 'gnustl_static'