diff options
author | ByteHamster <info@bytehamster.com> | 2023-11-29 08:35:43 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2023-11-29 08:35:43 +0100 |
commit | 58081fe5bf7d9ad28f089cf10b2c17bfcfc8bbc7 (patch) | |
tree | 88837ca38d4489cd1a538aa9489acc1e47c05086 | |
parent | 636d705e8f33d38bd623a9f20ef870f238938207 (diff) | |
download | AntennaPod-58081fe5bf7d9ad28f089cf10b2c17bfcfc8bbc7.zip |
Bump version to 3.2.03.2.0
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/play/release-notes/en-US/default.txt | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 64bc442a8..9e93fc90a 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 3020002 - versionName "3.2.0-beta2" + versionCode 3020095 + versionName "3.2.0" 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 478904d7a..a6d7e4fad 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1 +1,8 @@ -This is a beta release.
\ No newline at end of file +🥂 A small treat for our users - check the Home screen on 10 December! (@ByteHamster, @keunes) +∙ Accessibility & synchronisation improvements (@ByteHamster) +∙ Add 'boost' options in the 'Volume adaptation' podcast setting (@matejdro) +∙ Support double/triple-pressing headset buttons (@blairun) +∙ Improve support for password-protected feeds (@ByteHamster) +∙ Add multi-select actions on search results (@vinodpatildev) +∙ Allow deleting local feed episodes (@matejdro) +∙ Android Auto bugfix (@harshad1)
\ No newline at end of file |