mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-21 16:54:33 +01:00
Version -> 3.5.0
This commit is contained in:
parent
643b5aaa9c
commit
915b133713
@ -26,9 +26,9 @@ import org.gradle.kotlin.dsl.getByType
|
||||
|
||||
object Versions {
|
||||
// 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
|
||||
const val minSdkVersion = 21
|
||||
|
@ -88,7 +88,7 @@ compose.desktop {
|
||||
iconFile.set(iconsRoot.resolve("spotiflyer.ico"))
|
||||
// Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html
|
||||
// https://www.guidgen.com/
|
||||
upgradeUuid = "8c26cd79-c79c-45d8-8cc7-fc57c647b0e8"
|
||||
upgradeUuid = "0d0b3288-5f87-4e7a-8929-540d79f89bc2"
|
||||
menuGroup = packageName
|
||||
}
|
||||
linux {
|
||||
|
Loading…
Reference in New Issue
Block a user