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.3
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Feb 24, 2023
1 parent bf13bc1 commit 4e6f0d0
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 = 122
versionName = "1.2.2"
versionCode = 123
versionName = "1.2.3"

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

Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/123.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Use Source Serif Pro font for Greek language
Fixed crash when opening output image below Android 10
Fixed crash when Vulkan compute not supported
Fixed crash when estimated time is invalid

0 comments on commit 4e6f0d0

Please sign in to comment.