summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2020-04-24 15:15:15 +0200
committerThomas <tschneider.ac@gmail.com>2020-04-24 15:15:15 +0200
commit1b98aedf0f8b1da1a9db9bd0224e66e77100fb98 (patch)
tree70d13725873afbd6ed729e79442fdd2976d674b9
parent4421f490129a1e3a98ab4f103747c31ab9822384 (diff)
release 2.35.1
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/assets/changelogs/364.txt6
2 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index dbfbe5932..ec956cb47 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
- versionCode 363
- versionName "2.35.0"
+ versionCode 364
+ versionName "2.35.1"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
diff --git a/app/src/main/assets/changelogs/364.txt b/app/src/main/assets/changelogs/364.txt
index 9b2e9153b..260dbe5d1 100644
--- a/app/src/main/assets/changelogs/364.txt
+++ b/app/src/main/assets/changelogs/364.txt
@@ -1,4 +1,4 @@
+Added:
+- Simple click on reactions to add them
Fixed:
-- Lot of crashes 🥺🥺😱
-- Push notifications not working
-- Some issues with filters \ No newline at end of file
+- Recent crashes (connection, when scrolling) \ No newline at end of file