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

Commit d8aec30

Browse files
committed
Version 1.2.1
Signed-off-by: Lucchetto <[email protected]>
1 parent 60e974b commit d8aec30

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "com.zhenxiang.superimage"
1616
minSdk = 24
1717
targetSdk = 33
18-
versionCode = 120
19-
versionName = "1.2.0"
18+
versionCode = 121
19+
versionName = "1.2.1"
2020

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Reduced memory consumption
2+
Fixed receiving input image shared from other apps
3+
Add suffix to output image's filename
4+
Fixed crash when device is not compatible

0 commit comments

Comments
 (0)