File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
androidApp/main/app/src/main/assets Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11[
2+ {
3+ "versionName" : " 1.0.6" ,
4+ "releaseDate" : " 29/12/2022" ,
5+ "features" : [
6+ ],
7+ "fixes" : [
8+ " Fixed a crash when resuming playback after losing audio focus (like during a phone call), on API 31+ (Android 12+)"
9+ ],
10+ "improvements" : [
11+ ],
12+ "notes" : [
13+ " Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\" https://github.com/timusus/shuttle2/issues\" >GitHub</a>"
14+ ]
15+ },
216 {
317 "versionName" : " 1.0.5" ,
418 "releaseDate" : " 18/12/2022" ,
Original file line number Diff line number Diff line change 11object AppVersion {
22 const val versionMajor = 1
33 const val versionMinor = 0
4- const val versionPatch = 5
4+ const val versionPatch = 6
55 val versionSuffix: String? = null
66}
You can’t perform that action at this time.
0 commit comments