Skip to content

Commit

Permalink
v1.18.3 (72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed Aug 4, 2022
1 parent ff30376 commit 799d12e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.18.3
* Fix crash when opening advanced settings [#187](https://github.com/cvzi/ScreenshotTile/issues/187)

## 1.18.2
* Translations updated from crowdin

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId 'com.github.cvzi.screenshottile'
minSdkVersion 24
targetSdkVersion 33
versionCode 71
versionName '1.18.2'
versionCode 72
versionName '1.18.3'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
namespace 'com.github.cvzi.screenshottile'
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/72.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 799d12e

Please sign in to comment.