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 1
1
[
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
+ },
2
16
{
3
17
"versionName" : " 1.0.5" ,
4
18
"releaseDate" : " 18/12/2022" ,
Original file line number Diff line number Diff line change 1
1
object AppVersion {
2
2
const val versionMajor = 1
3
3
const val versionMinor = 0
4
- const val versionPatch = 5
4
+ const val versionPatch = 6
5
5
val versionSuffix: String? = null
6
6
}
You can’t perform that action at this time.
0 commit comments