Bumped version to 2.0.0-RC3
This commit is contained in:
parent
c5f8ac53a0
commit
7f7f62a92c
|
@ -14,8 +14,8 @@ android {
|
||||||
// "1.2.3-SNAPSHOT" -> 1020300
|
// "1.2.3-SNAPSHOT" -> 1020300
|
||||||
// "1.2.3-RC4" -> 1020304
|
// "1.2.3-RC4" -> 1020304
|
||||||
// "1.2.3" -> 1020395
|
// "1.2.3" -> 1020395
|
||||||
versionCode 2000002
|
versionCode 2000003
|
||||||
versionName "2.0.0-alpha2"
|
versionName "2.0.0-RC3"
|
||||||
|
|
||||||
multiDexEnabled false
|
multiDexEnabled false
|
||||||
vectorDrawables.useSupportLibrary true
|
vectorDrawables.useSupportLibrary true
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
Version 2.0.0 alpha 2
|
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).
|
||||||
- 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)
|
- Brand new user interface (by @ByteHamster)
|
||||||
- Support for chapter images (only new episodes, 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)
|
- 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)
|
||||||
|
|
Loading…
Reference in New Issue