Version -> 3.5.0

This commit is contained in:
Shabinder Singh 2021-10-13 02:08:28 +05:30
parent 643b5aaa9c
commit 915b133713
2 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ import org.gradle.kotlin.dsl.getByType
object Versions { object Versions {
// App's Version (To be bumped at each update) // App's Version (To be bumped at each update)
const val versionName = "3.3.2" const val versionName = "3.5.0"
const val versionCode = 26 const val versionCode = 27
// Android // Android
const val minSdkVersion = 21 const val minSdkVersion = 21

View File

@ -88,7 +88,7 @@ compose.desktop {
iconFile.set(iconsRoot.resolve("spotiflyer.ico")) iconFile.set(iconsRoot.resolve("spotiflyer.ico"))
// Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html // Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html
// https://www.guidgen.com/ // https://www.guidgen.com/
upgradeUuid = "8c26cd79-c79c-45d8-8cc7-fc57c647b0e8" upgradeUuid = "0d0b3288-5f87-4e7a-8929-540d79f89bc2"
menuGroup = packageName menuGroup = packageName
} }
linux { linux {