update version to 5.4.0

This commit is contained in:
tibbi 2020-12-29 17:26:32 +01:00
parent 3aa4a8dab6
commit b9aa361134
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.flashlight" applicationId "com.simplemobiletools.flashlight"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 43 versionCode 44
versionName "5.3.0" versionName "5.4.0"
setProperty("archivesBaseName", "flashlight") setProperty("archivesBaseName", "flashlight")
} }