Bumped version to 2.0.0-alpha2
This commit is contained in:
parent
320ab28062
commit
63be7a97b8
|
@ -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 = []
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue