Skip to content

Commit

Permalink
Merge pull request #195 from Automattic/update/podcast-list-model
Browse files Browse the repository at this point in the history
Fixing folder migration sync issue with the podcast sort positions.
  • Loading branch information
ashiagr authored Aug 2, 2022
2 parents 643318f + 6a837fb commit 67ea6a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

### 7.20.1

* Bug Fixes:
* Fix an issue where the podcasts order was being changed after migrating to the latest version.

### 7.20.0

* New Features:
Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ project.ext {
applicationId = 'au.com.shiftyjelly.pocketcasts'

versionCode = getVersionCode()
versionName = '7.20.0' + getVersionNameSuffix()
versionName = '7.20.1' + getVersionNameSuffix()

// Android
minSdkVersion = 23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface Settings {
const val SERVER_DEVICE_TYPE = "2"
const val SYNC_API_VERSION = 2
const val SYNC_HISTORY_VERSION = 1
const val SYNC_API_MODEL = "android"
const val SYNC_API_MODEL = "mobile"
const val LAST_UPDATE_TIME = "LastUpdateTime"
const val LAST_SYNC_TIME = "LastSyncTime"
const val PREFERENCE_SKIP_FORWARD = "skipForward"
Expand Down

0 comments on commit 67ea6a6

Please sign in to comment.