Bumped version to 1.8.1
This commit is contained in:
parent
9b7fdc5103
commit
6e6a64f502
|
@ -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 1080101
|
versionCode 1080195
|
||||||
versionName "1.8.1-RC1"
|
versionName "1.8.1"
|
||||||
testApplicationId "de.test.antennapod"
|
testApplicationId "de.test.antennapod"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
generatedDensities = []
|
generatedDensities = []
|
||||||
|
|
|
@ -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)
|
- Fixed podcast discovery not showing local trends (by @tonytamsf)
|
||||||
- Various bug fixes and improvements (by @ByteHamster)
|
- Various bug fixes and improvements (by @ByteHamster)
|
||||||
|
|
Loading…
Reference in New Issue