summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-08-05 19:06:47 +0200
committertom79 <tschneider.ac@gmail.com>2019-08-05 19:06:47 +0200
commit0bf0dd54e7f1efb069f5a9542c594d25f46e0cbc (patch)
tree1798b15fd0a4637ed20460df5d8c90a5fafc3740
parent96ee7f2eccbfb887769cc77b64c1b736cba30c8c (diff)
Release 2.13.1
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/300.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 464bea80a..a54938587 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 29
- versionCode 299
- versionName "2.13.0"
+ versionCode 300
+ versionName "2.13.1"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
diff --git a/fastlane/metadata/android/en-US/changelogs/300.txt b/fastlane/metadata/android/en-US/changelogs/300.txt
new file mode 100644
index 000000000..31844b348
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/300.txt
@@ -0,0 +1,4 @@
+Fixed
+- Crashes with Pleroma notifications
+- Crashes when changing the theme
+- Some other bug fixes \ No newline at end of file