Bump version to 2.6.0
This commit is contained in:
parent
97e0dcdd4a
commit
c8658946cf
|
@ -11,8 +11,8 @@ android {
|
||||||
// Version code schema:
|
// Version code schema:
|
||||||
// "1.2.3-beta4" -> 1020304
|
// "1.2.3-beta4" -> 1020304
|
||||||
// "1.2.3" -> 1020395
|
// "1.2.3" -> 1020395
|
||||||
versionCode 2060001
|
versionCode 2060095
|
||||||
versionName "2.6.0-beta1"
|
versionName "2.6.0"
|
||||||
|
|
||||||
def commit = ""
|
def commit = ""
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
∙ Support for podcast 2.0 chapters (@tonytamsf)
|
∙ Support for podcasting 2.0 chapters (@tonytamsf)
|
||||||
∙ Statistics: filter based on month/year (@ByteHamster), access via button on Subscriptions toolbar instead of Settings (@IordanisKokk)
|
∙ Statistics: filter based on month/year (@ByteHamster), access via button on Subscriptions toolbar instead of Settings (@IordanisKokk)
|
||||||
∙ Local feed bug fixes & improvements (@ByteHamster)
|
∙ Local feed bug fixes & improvements (@ByteHamster)
|
||||||
∙ Design improvements (design: George, code: @ByteHamster)
|
∙ Design improvements (design: George, code: @ByteHamster)
|
||||||
|
|
Loading…
Reference in New Issue