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

Commit a278817

Browse files
committed
Version 1.3.4
Signed-off-by: Lucchetto <[email protected]>
1 parent 5b54d44 commit a278817

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId = "com.zhenxiang.superimage"
1919
minSdk = 24
2020
targetSdk = 33
21-
versionCode = 133
22-
versionName = "1.3.3"
21+
versionCode = 134
22+
versionName = "1.3.4"
2323

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

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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed crash on 32 bit devices

0 commit comments

Comments
 (0)