update version to 3.2.0

This commit is contained in:
tibbi 2018-01-24 22:07:18 +01:00
parent 3b00a37895
commit 7caeaca5cc

View file

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