Bumped version to 1.8.1

This commit is contained in:
ByteHamster 2020-02-05 13:00:15 +01:00
parent 9b7fdc5103
commit 6e6a64f502
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ android {
// "1.2.3-SNAPSHOT" -> 1020300
// "1.2.3-RC4" -> 1020304
// "1.2.3" -> 1020395
versionCode 1080101
versionName "1.8.1-RC1"
versionCode 1080195
versionName "1.8.1"
testApplicationId "de.test.antennapod"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
generatedDensities = []

View File

@ -1,3 +1,3 @@
- Enable picture-in-picture for video podcasts by default (by @ByteHamster)
- Enabled picture-in-picture for video podcasts by default (by @ByteHamster)
- Fixed podcast discovery not showing local trends (by @tonytamsf)
- Various bug fixes and improvements (by @ByteHamster)