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'