diff options
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | app/src/main/play/release-notes/en-US/default.txt | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle index 57573d6f3..48450bcac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { // "1.2.3-SNAPSHOT" -> 1020300 // "1.2.3-RC4" -> 1020304 // "1.2.3" -> 1020395 - versionCode 1080195 - versionName "1.8.1" + versionCode 1080200 + versionName "1.8.2" testApplicationId "de.test.antennapod" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" generatedDensities = [] diff --git a/app/src/main/play/release-notes/en-US/default.txt b/app/src/main/play/release-notes/en-US/default.txt index 667338c61..591fe381d 100644 --- a/app/src/main/play/release-notes/en-US/default.txt +++ b/app/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1 @@ -- 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) +Added poll for new icon in preparation for version 2.0.0 |