Skip to content

Commit

Permalink
Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Jun 6, 2018
1 parent f0a6dcb commit d236069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/Lauszus/FaceRecognitionApp/releases/download/1.2.1-dev/FaceRecognitionApp-1.2.1-dev.zip> and open the project in Android Studio.
Then simply download the latest release: <https://github.com/Lauszus/FaceRecognitionApp/releases/download/1.2.1/FaceRecognitionApp-1.2.1.zip> and open the project in Android Studio.

## Advanced build instructions

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId 'com.lauszus.facerecognitionapp'
minSdkVersion 15
targetSdkVersion 27
versionCode 3
versionName '1.2.1-dev'
versionCode 4
versionName '1.2.1'
vectorDrawables.useSupportLibrary = true
ndk {
stl 'gnustl_static'
Expand Down

0 comments on commit d236069

Please sign in to comment.