update version to 5.7.2

This commit is contained in:
tibbi
2022-02-02 20:08:34 +01:00
parent 37a5443bfc
commit 81eab3e36e

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 38 versionCode 39
versionName "5.7.1" versionName "5.7.2"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }