diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ecb5559..9eb9561d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.14.9 +* Translations updated from crowdin + ## 1.14.8 * Enable native method on new installs from F-Droid and don't show the consent dialog diff --git a/app/build.gradle b/app/build.gradle index bb17ac770..e7363abad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,8 +22,8 @@ android { applicationId "com.github.cvzi.screenshottile" minSdkVersion 24 targetSdkVersion 32 - versionCode 55 - versionName "1.14.8" + versionCode 56 + versionName "1.14.9" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/56.txt b/fastlane/metadata/android/en-US/changelogs/56.txt new file mode 100644 index 000000000..0fdcdeb8a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/56.txt @@ -0,0 +1 @@ +Translations updated \ No newline at end of file