summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-06 18:03:02 +0200
committerByteHamster <info@bytehamster.com>2020-05-06 18:03:02 +0200
commit63be7a97b82b74f2c9d57f29b208fcf3b60b00ec (patch)
tree55e0d94726c790c8efe0261a6dce342e0c15c404
parent320ab280625c383505f5b24656b2d39e9a323664 (diff)
downloadAntennaPod-63be7a97b82b74f2c9d57f29b208fcf3b60b00ec.zip
Bumped version to 2.0.0-alpha2
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/release-notes/en-US/default.txt6
2 files changed, 8 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 943e4988b..5763af10c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@ android {
// "1.2.3-SNAPSHOT" -> 1020300
// "1.2.3-RC4" -> 1020304
// "1.2.3" -> 1020395
- versionCode 2000001
- versionName "2.0.0-alpha1"
+ versionCode 2000002
+ versionName "2.0.0-alpha2"
testApplicationId "de.test.antennapod"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.generatedDensities = []
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 978bcd4b4..59386e30f 100644
--- a/app/src/main/play/release-notes/en-US/default.txt
+++ b/app/src/main/play/release-notes/en-US/default.txt
@@ -1,3 +1,9 @@
+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
+
Version 2.0.0 alpha 1
- Brand new user interface (by @ByteHamster)
- Support for chapter images (only new episodes, by @ByteHamster)