diff --git a/app/build.gradle b/app/build.gradle index a097a8a..9f8ed81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId 'com.lauszus.facerecognitionapp' minSdkVersion 15 targetSdkVersion 24 - versionCode 2 - versionName '1.1' + versionCode 3 + versionName '1.2' vectorDrawables.useSupportLibrary = true ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64', 'x86'