update version to 3.2.1

This commit is contained in:
tibbi 2018-01-29 16:14:39 +01:00
parent 4c47b15a39
commit 7001da418c

View file

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