File tree 3 files changed +7
-2
lines changed
modules/services/preferences/src/main/java/au/com/shiftyjelly/pocketcasts/preferences
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
+ ### 7.20.1
4
+
5
+ * Bug Fixes:
6
+ * Fix an issue where the podcasts order was being changed after migrating to the latest version.
7
+
3
8
### 7.20.0
4
9
5
10
* New Features:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ project.ext {
26
26
applicationId = ' au.com.shiftyjelly.pocketcasts'
27
27
28
28
versionCode = getVersionCode()
29
- versionName = ' 7.20.0 ' + getVersionNameSuffix()
29
+ versionName = ' 7.20.1 ' + getVersionNameSuffix()
30
30
31
31
// Android
32
32
minSdkVersion = 23
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ interface Settings {
48
48
const val SERVER_DEVICE_TYPE = " 2"
49
49
const val SYNC_API_VERSION = 2
50
50
const val SYNC_HISTORY_VERSION = 1
51
- const val SYNC_API_MODEL = " android "
51
+ const val SYNC_API_MODEL = " mobile "
52
52
const val LAST_UPDATE_TIME = " LastUpdateTime"
53
53
const val LAST_SYNC_TIME = " LastSyncTime"
54
54
const val PREFERENCE_SKIP_FORWARD = " skipForward"
You can’t perform that action at this time.
0 commit comments