update version to 5.6.0

This commit is contained in:
tibbi
2022-04-01 20:55:37 +02:00
parent ea253d9ec2
commit 53598a42af

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.flashlight" applicationId "com.simplemobiletools.flashlight"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 51 versionCode 52
versionName "5.5.3" versionName "5.6.0"
setProperty("archivesBaseName", "flashlight") setProperty("archivesBaseName", "flashlight")
} }