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

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Feb 21, 2023
1 parent 60e974b commit d8aec30
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -15,8 +15,8 @@ android {
applicationId = "com.zhenxiang.superimage"
minSdk = 24
targetSdk = 33
versionCode = 120
versionName = "1.2.0"
versionCode = 121
versionName = "1.2.1"

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

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/121.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reduced memory consumption
Fixed receiving input image shared from other apps
Add suffix to output image's filename
Fixed crash when device is not compatible

0 comments on commit d8aec30

Please sign in to comment.