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.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Feb 23, 2023
1 parent 4a7ae3f commit 5f3da5d
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 @@ -17,8 +17,8 @@ android {
applicationId = "com.zhenxiang.superimage"
minSdk = 24
targetSdk = 33
versionCode = 121
versionName = "1.2.1"
versionCode = 122
versionName = "1.2.2"

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

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/122.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Added Greek translations
Added Material You themed icon
Fixed incorrect output filename suffix
User interface fixes

0 comments on commit 5f3da5d

Please sign in to comment.