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

Commit

Permalink
Version 1.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Lucchetto <[email protected]>
  • Loading branch information
Lucchetto committed Apr 13, 2023
1 parent 5b54d44 commit a278817
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -18,8 +18,8 @@ android {
applicationId = "com.zhenxiang.superimage"
minSdk = 24
targetSdk = 33
versionCode = 133
versionName = "1.3.3"
versionCode = 134
versionName = "1.3.4"

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

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/134.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed crash on 32 bit devices

0 comments on commit a278817

Please sign in to comment.