diff --git a/app/build.gradle b/app/build.gradle index 3e6f5e23..20f5613d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,8 @@ android { applicationId "org.pixeldroid.app" minSdkVersion 23 targetSdkVersion 30 - versionCode 1 - versionName "1.0.beta1" + versionCode 2 + versionName "1.0.beta2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true' diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt new file mode 100644 index 00000000..41fd0bd9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -0,0 +1,7 @@ +* Translation updates: new strings and updates to other strings. Thanks translators ❤️! Go to our weblate if you want to help with the translation into your language. + +* #️⃣ Hashtag support. You can now browse hashtags, instead of just showing a toast message 😜 + +* Click tab to scroll to top. No more furious scrolling to get back to the top. Just click the tab you're in again and it will scroll up :) + +* Try to fix some bug that made the app crash. Thanks a lot everyone for your crash reports! ❤️