summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-21 22:05:20 +0200
committerByteHamster <info@bytehamster.com>2020-05-21 22:08:56 +0200
commit7f7f62a92ca7a230114a835e60b3c62264fdbba4 (patch)
treef7f2855e1527068d875587427b447ab01004f6c0
parentc5f8ac53a0e6ff02ba13c130f6942e9dc4922ce8 (diff)
downloadAntennaPod-7f7f62a92ca7a230114a835e60b3c62264fdbba4.zip
Bumped version to 2.0.0-RC3
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/release-notes/en-US/default.txt10
2 files changed, 5 insertions, 9 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 44faefeec..e8bf5ac51 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
// "1.2.3-SNAPSHOT" -> 1020300
// "1.2.3-RC4" -> 1020304
// "1.2.3" -> 1020395
- versionCode 2000002
- versionName "2.0.0-alpha2"
+ versionCode 2000003
+ versionName "2.0.0-RC3"
multiDexEnabled false
vectorDrawables.useSupportLibrary true
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 59386e30f..8c69a50aa 100644
--- a/app/src/main/play/release-notes/en-US/default.txt
+++ b/app/src/main/play/release-notes/en-US/default.txt
@@ -1,11 +1,7 @@
-Version 2.0.0 alpha 2
-- Skip intro and ending per feed (by @tonytamsf)
-- Right-to-left language improvements (by @ebraminio)
-- Theme tweaks (by @ByteHamster)
-- Bug fixes and improvements
+This is a beta release for version 2.0.0. We would love to read your thoughts in our forum (link on the settings screen).
-Version 2.0.0 alpha 1
- Brand new user interface (by @ByteHamster)
- Support for chapter images (only new episodes, by @ByteHamster)
+- Skip intro and ending per feed (by @tonytamsf)
- Option to show notifications after episodes have been auto-downloaded (by @shortspider)
-- Bug fixes and improvements (by @tonytamsf, @JessieVela, @ByteHamster)
+- Bug fixes and improvements (by @ebraminio, @tonytamsf, @JessieVela, @ByteHamster and more)