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

Commit 1baf718

Browse files
committed
Version 1.2.0
Signed-off-by: Lucchetto <[email protected]>
1 parent 82979c6 commit 1baf718

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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 = 111
19-
versionName = "1.1.1"
18+
versionCode = 120
19+
versionName = "1.2.0"
2020

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

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

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Reduced memory consumption
2+
Support receiving input image shared from other apps
3+
Added link to Telegram group in settings

0 commit comments

Comments
 (0)