update version to 5.6.2

This commit is contained in:
tibbi
2022-06-22 18:04:17 +02:00
parent adeb0e14c7
commit e2c2a8126f

View File

@@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.flashlight" applicationId "com.simplemobiletools.flashlight"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 31
versionCode 53 versionCode 54
versionName "5.6.1" versionName "5.6.2"
setProperty("archivesBaseName", "flashlight") setProperty("archivesBaseName", "flashlight")
} }