update version to 5.0.6

This commit is contained in:
tibbi 2023-02-12 23:49:10 +01:00
parent 8ba3c08cd1
commit 9d77a33769
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.launcher" applicationId "com.simplemobiletools.launcher"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 33 targetSdkVersion 33
versionCode 7 versionCode 8
versionName "5.0.5" versionName "5.0.6"
setProperty("archivesBaseName", "launcher") setProperty("archivesBaseName", "launcher")
} }