update version to 3.1.4

This commit is contained in:
tibbi 2018-02-26 17:02:50 +01:00
parent ae74efbf25
commit 740b7f21a4
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.camera" applicationId "com.simplemobiletools.camera"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 54 versionCode 55
versionName "3.1.2" versionName "3.1.4"
setProperty("archivesBaseName", "camera") setProperty("archivesBaseName", "camera")
} }