diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/play/release-notes/en-US/default.txt | 8 |
2 files changed, 3 insertions, 9 deletions
diff --git a/app/build.gradle b/app/build.gradle index 3cefe0300..9f741abf6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { // Version code schema: // "1.2.3-beta4" -> 1020304 // "1.2.3" -> 1020395 - versionCode 3010295 - versionName "3.1.2" + versionCode 3020001 + versionName "3.2.0-beta1" def commit = "" try { diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index d4b433b5e..478904d7a 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,7 +1 @@ -∙ Add sorting options to the Downloads and Episodes screens (@Jared234, @gitstart) -∙ Android Auto fixes & improvements; add back skip button (@awbooze, @ByteHamster) -∙ Update design of the Subscriptions screen (@gitstart) -∙ Add option to set ‘Enqueue location’ to Random (@andweg) -∙ Allow to sort Inbox oldest to newest (@gitstart) -∙ Add option to auto-activate sleep timer in a specific timeslot (@mueller-ma) -∙ Improve file downloading; offer to download as soon as WiFi is available (@ByteHamster) +This is a beta release.
\ No newline at end of file |