update version to 3.1.0

This commit is contained in:
tibbi 2018-01-08 17:30:36 +01:00
parent e0845d3c07
commit 05fffdf2fa

View file

@ -9,8 +9,8 @@ android {
applicationId "com.simplemobiletools.filemanager" applicationId "com.simplemobiletools.filemanager"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 42 versionCode 43
versionName "3.0.2" versionName "3.1.0"
setProperty("archivesBaseName", "file-manager") setProperty("archivesBaseName", "file-manager")
} }