File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
androidApp/main/app/src/main/assets Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11[
2+ {
3+ "versionName" : " 1.0.5-beta" ,
4+ "releaseDate" : " 24/08/2022" ,
5+ "features" : [
6+ ],
7+ "fixes" : [
8+ " Fixed an issue where the 'extra dark' mode wasn't any darker at all!" ,
9+ " Enable Plex login with 2FA"
10+ ],
11+ "improvements" : [
12+ " Updated dependencies, target Android 12L (32)"
13+ ],
14+ "notes" : [
15+ " Shuttle is now open source 🎉 You can file requests and bug reports via <a href=\" https://github.com/timusus/shuttle2/issues\" >GitHub</a>"
16+ ]
17+ },
218 {
319 "versionName" : " 1.0.4" ,
420 "releaseDate" : " 17/06/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 = 4
5- val versionSuffix: String? = null
4+ const val versionPatch = 5
5+ val versionSuffix: String? = " beta "
66}
You can’t perform that action at this time.
0 commit comments