Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Mar 23, 2023
1 parent 236b215 commit 796c6a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId = "com.zhenxiang.superimage"
minSdk = 24
targetSdk = 33
versionCode = 130
versionName = "1.3.0"
versionCode = 131
versionName = "1.3.1"

buildConfigField("String", "CHANGELOG_ASSET_NAME", "\"$changelogFileName\"")

Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/131.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The desktop version is just around the corner, stay tuned !
Added Indonesian translations
Added cancel button to progress notification
Fixed open output image button not working in some cases
Fixed receiving input image shared from other apps
Fixed progress details not visible in notification below Android 12
Fixed duplicated file extension in output image on some Android versions

0 comments on commit 796c6a4

Please sign in to comment.