summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-05 13:00:15 +0100
committerByteHamster <info@bytehamster.com>2020-02-05 13:00:15 +0100
commit6e6a64f5024e09c42dc0710090a1fa4cbaa21372 (patch)
treed19aedb879f003f2f28280cd94c88a6167752d67
parent9b7fdc51030f5c898fc7b9336aa87199dee9dc80 (diff)
downloadAntennaPod-6e6a64f5024e09c42dc0710090a1fa4cbaa21372.zip
Bumped version to 1.8.11.8.1
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/play/release-notes/en-US/default.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f79634b40..57573d6f3 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 1080101
- versionName "1.8.1-RC1"
+ versionCode 1080195
+ versionName "1.8.1"
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 44c3fb460..667338c61 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,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)