diff --git a/README.md b/README.md index 5ec70f9..e6c72d8 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 a7631bb..d598a5e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId 'com.lauszus.facerecognitionapp' minSdkVersion 16 targetSdkVersion 28 - versionCode 5 - versionName '1.2.2' + versionCode 6 + versionName '1.2.3' vectorDrawables.useSupportLibrary = true ndk { stl 'c++_static'