diff --git a/CHANGELOG.md b/CHANGELOG.md index bb896e0bb..e2aa70837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.18.4 +## 1.18.5 * Translations updated from crowdin ## 1.18.3 diff --git a/app/build.gradle b/app/build.gradle index 92a453123..a677bbe31 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId 'com.github.cvzi.screenshottile' minSdkVersion 24 targetSdkVersion 33 - versionCode 73 - versionName '1.18.4' + versionCode 74 + versionName '1.18.5' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } namespace 'com.github.cvzi.screenshottile' diff --git a/fastlane/metadata/android/en-US/changelogs/74.txt b/fastlane/metadata/android/en-US/changelogs/74.txt new file mode 100644 index 000000000..d8c08249c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/74.txt @@ -0,0 +1,3 @@ +🌟 Custom file format compression/quality value (in Advanced Settings menu) +🌟 Adaptions for Android 13 Tiramisu +🐛 Bugfix: Advanced settings menu could not be opened on some Android versions \ No newline at end of file