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

Commit 796c6a4

Browse files
committed
Version 1.3.1
Signed-off-by: Lucchetto <[email protected]>
1 parent 236b215 commit 796c6a4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "com.zhenxiang.superimage"
1919
minSdk = 24
2020
targetSdk = 33
21-
versionCode = 130
22-
versionName = "1.3.0"
21+
versionCode = 131
22+
versionName = "1.3.1"
2323

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

Diff for: fastlane/metadata/android/en-US/changelogs/131.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The desktop version is just around the corner, stay tuned !
2+
Added Indonesian translations
3+
Added cancel button to progress notification
4+
Fixed open output image button not working in some cases
5+
Fixed receiving input image shared from other apps
6+
Fixed progress details not visible in notification below Android 12
7+
Fixed duplicated file extension in output image on some Android versions

0 commit comments

Comments
 (0)