mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-21 16:54:33 +01:00
bump -> 3.3.2 + changelog added
This commit is contained in:
parent
545daf5d5b
commit
16f3be12c3
@ -22,9 +22,9 @@ import org.gradle.kotlin.dsl.accessors.runtime.addDependencyTo
|
||||
|
||||
object Versions {
|
||||
// App's Version (To be bumped at each update)
|
||||
const val versionName = "3.3.1"
|
||||
const val versionName = "3.3.2"
|
||||
|
||||
const val versionCode = 25
|
||||
const val versionCode = 26
|
||||
|
||||
// Kotlin
|
||||
const val kotlinVersion = "1.5.21"
|
||||
|
@ -83,7 +83,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 = "3c4caf0c-ae83-457e-85cc-f8e535fb58e2"
|
||||
upgradeUuid = "8c26cd79-c79c-45d8-8cc7-fc57c647b0e8"
|
||||
menuGroup = packageName
|
||||
}
|
||||
linux {
|
||||
|
5
fastlane/metadata/android/en-US/changelogs/26.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/26.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Hot Fixes:
|
||||
- Android App Crashes Fix when Toasting in background thread.
|
||||
- null Named directories creation stopped in desktop
|
||||
- Download Directory Chooser crashing fix in desktop.
|
||||
- Media Conversion Failing fix when Names have Special Characters
|
Loading…
Reference in New Issue
Block a user