Skip to content

Commit

Permalink
v2.3.2 (99)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi committed May 23, 2023
1 parent 9ede235 commit 548f934
Show file tree
Hide file tree
Showing 3 changed files with 13 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

## 2.3.2
* Arabic translation improved by [@Yousefx10](https://github.com/Yousefx10)

## 2.3.1
* Update dependencies
* Update translations
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 98
versionName '2.3.1'
versionCode 99
versionName '2.3.2'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "com.github.cvzi.screenshottile.MutableBoolean", "TESTING_MODE", "new com.github.cvzi.screenshottile.MutableBoolean(false)"
}
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/99.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
v2.3.2
* Translations updated
v2.3.0
* In "Details"-view you can move the image to a folder
v2.2.0
* Option to prevent screenshots when phone is locked
* Option to override original file in photo editor
* Landscape screenshots are rotated in photo editor

0 comments on commit 548f934

Please sign in to comment.