update version to 5.4.0

This commit is contained in:
tibbi 2020-11-08 10:44:57 +01:00
parent 603ee2e77d
commit b7f1b1585d

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 27 versionCode 31
versionName "5.3.0" versionName "5.4.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }