update version to 5.2.0

This commit is contained in:
tibbi 2020-05-24 22:21:50 +02:00
parent d7bbe225b3
commit 7a71ebd9b6

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.applauncher" applicationId "com.simplemobiletools.applauncher"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 24 versionCode 25
versionName "5.1.2" versionName "5.2.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "app-launcher") setProperty("archivesBaseName", "app-launcher")
} }