update version to 5.1.0

This commit is contained in:
tibbi 2020-03-23 11:04:50 +01:00
parent 5b825c89c6
commit ae3abf3470

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.flashlight" applicationId "com.simplemobiletools.flashlight"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 38 versionCode 39
versionName "5.0.6" versionName "5.1.0"
setProperty("archivesBaseName", "flashlight") setProperty("archivesBaseName", "flashlight")
} }