diff --git a/app/build.gradle b/app/build.gradle index 2f3e86741..c0c2473ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.gouv.etalab.mastodon" minSdkVersion 16 targetSdkVersion 28 - versionCode 257 - versionName "1.80.0" + versionCode 258 + versionName "1.80.1" multiDexEnabled true } dexOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/258.txt b/fastlane/metadata/android/en-US/changelogs/258.txt new file mode 100644 index 000000000..e27c04627 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/258.txt @@ -0,0 +1,3 @@ +Fixed +* Fix an issue when refreshing polls +* Fix an issue when accessing to filters \ No newline at end of file