summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2020-04-10 19:06:12 +0200
committertom79 <tschneider.ac@gmail.com>2020-04-10 19:06:12 +0200
commit2a6cbb1049b38b61ff14da5fbfa41b800e230d20 (patch)
tree37ee702e379990de29bdfb7fb8520d47bce6ea35
parentfe34a512f5e647fdb4b51b64d6f80c2db299a966 (diff)
Prepare release 2.34.0
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/changelogs/358.txt3
2 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 10fc301cc..9b1476805 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
- versionCode 357
- versionName "2.34.0-beta-1"
+ versionCode 358
+ versionName "2.34.0"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
diff --git a/app/src/main/assets/changelogs/358.txt b/app/src/main/assets/changelogs/358.txt
index 9b56ead47..1d6b959b1 100644
--- a/app/src/main/assets/changelogs/358.txt
+++ b/app/src/main/assets/changelogs/358.txt
@@ -7,4 +7,5 @@ Changed:
Fixed:
- Long press to store media download the preview image
-- Fix pagination with Nitter timelines \ No newline at end of file
+- Fix pagination with Nitter timelines
+- Avatars not displayed for Peertube \ No newline at end of file