diff --git a/app/build.gradle b/app/build.gradle index 0decc8ecc..b4f3360cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 380 - versionName "2.37.1" + versionCode 381 + versionName "2.38.0-beta-1" multiDexEnabled true renderscriptTargetApi 28 as int renderscriptSupportModeEnabled true diff --git a/app/src/main/assets/changelogs/381.txt b/app/src/main/assets/changelogs/381.txt index 79a8c8a35..a8c44319a 100644 --- a/app/src/main/assets/changelogs/381.txt +++ b/app/src/main/assets/changelogs/381.txt @@ -1,6 +1,3 @@ -Added: -- notify when a followed user posts (subscribe by clicking the bell icon on profiles). +/!\ If you run a Pixelfed account you must logout it first. -Fixed: -- Crash when importing media due to photo editor -- Some crashes when doing actions \ No newline at end of file +Fix an issue with Pleroma accounts when visiting a profile \ No newline at end of file diff --git a/src/fdroid/fastlane/metadata/android/en-US/changelogs/381.txt b/src/fdroid/fastlane/metadata/android/en-US/changelogs/381.txt new file mode 100644 index 000000000..a8c44319a --- /dev/null +++ b/src/fdroid/fastlane/metadata/android/en-US/changelogs/381.txt @@ -0,0 +1,3 @@ +/!\ If you run a Pixelfed account you must logout it first. + +Fix an issue with Pleroma accounts when visiting a profile \ No newline at end of file