update version to 5.0.1

This commit is contained in:
tibbi 2022-10-09 20:46:57 +02:00
parent edd2a6c2ef
commit 6ce300b561
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 30 minSdkVersion 30
targetSdkVersion 33 targetSdkVersion 33
versionCode 2 versionCode 3
versionName "5.0.0" versionName "5.0.1"
setProperty("archivesBaseName", "launcher") setProperty("archivesBaseName", "launcher")
} }