update version to 5.8.4

This commit is contained in:
tibbi 2022-11-17 23:37:15 +01:00
parent e28525f23c
commit e114faef5a

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.flashlight" applicationId "com.simplemobiletools.flashlight"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 60 versionCode 61
versionName "5.8.3" versionName "5.8.4"
setProperty("archivesBaseName", "flashlight") setProperty("archivesBaseName", "flashlight")
} }