Bumped version to 2.0.0-alpha2

This commit is contained in:
ByteHamster 2020-05-06 18:03:02 +02:00
parent 320ab28062
commit 63be7a97b8
2 changed files with 8 additions and 2 deletions

View File

@ -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 = []

View File

@ -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)