update version to 3.1.4

This commit is contained in:
tibbi 2018-02-27 20:09:58 +01:00
parent 3249e9b2bc
commit 30ac3d1637
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.draw" applicationId "com.simplemobiletools.draw"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 30 versionCode 31
versionName "3.1.3" versionName "3.1.4"
setProperty("archivesBaseName", "draw") setProperty("archivesBaseName", "draw")
} }