Bumped version to 1.8.1-RC1
This commit is contained in:
parent
c174b3dcc1
commit
9b7fdc5103
|
@ -18,8 +18,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 1080095
|
versionCode 1080101
|
||||||
versionName "1.8.0"
|
versionName "1.8.1-RC1"
|
||||||
testApplicationId "de.test.antennapod"
|
testApplicationId "de.test.antennapod"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
generatedDensities = []
|
generatedDensities = []
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
- Added per-feed playback speed setting (by @spacecowboy)
|
- Enable picture-in-picture for video podcasts by default (by @ByteHamster)
|
||||||
- Support sorting in Podcast screen (by @orionlee)
|
- Fixed podcast discovery not showing local trends (by @tonytamsf)
|
||||||
- Option to show stream button rather than download in lists (by @dsmith47)
|
- Various bug fixes and improvements (by @ByteHamster)
|
||||||
- Option to replace Episode cover with Podcast cover (by @xgouchet)
|
|
||||||
- Transparent widget (by @M-arcel)
|
|
||||||
- User interface tweaks (by @ByteHamster)
|
|
||||||
- Tons of bug fixes and improvements
|
|
||||||
|
|
Loading…
Reference in New Issue