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

Commit 5f3da5d

Browse files
committed
Version 1.2.2
Signed-off-by: Lucchetto <[email protected]>
1 parent 4a7ae3f commit 5f3da5d

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
@@ -17,8 +17,8 @@ android {
1717
applicationId = "com.zhenxiang.superimage"
1818
minSdk = 24
1919
targetSdk = 33
20-
versionCode = 121
21-
versionName = "1.2.1"
20+
versionCode = 122
21+
versionName = "1.2.2"
2222

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

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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Added Greek translations
2+
Added Material You themed icon
3+
Fixed incorrect output filename suffix
4+
User interface fixes

0 commit comments

Comments
 (0)