update version to 3.2.1

This commit is contained in:
tibbi 2018-04-15 20:31:44 +02:00
parent 2dc9c18163
commit 02c7a7dcc0

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.flashlight" applicationId "com.simplemobiletools.flashlight"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 27 versionCode 28
versionName "3.2.0" versionName "3.2.1"
setProperty("archivesBaseName", "flashlight") setProperty("archivesBaseName", "flashlight")
} }