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.4
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Feb 26, 2023
1 parent dc530fd commit 0c27fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = 123
versionName = "1.2.3"
versionCode = 124
versionName = "1.2.4"

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

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/124.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Updated Greek translations
Fixed crash when required Vulkan features not supported

0 comments on commit 0c27fe5

Please sign in to comment.