Skip to content

Commit

Permalink
Create changelogs for v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Sep 19, 2022
1 parent b132d72 commit b82075b
Show file tree
Hide file tree
Showing 5 changed files with 8 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 @@ -12,7 +12,7 @@ apply(plugin = "dagger.hilt.android.plugin")

val versionMajor = 1
val versionMinor = 3
val versionPatch = 1
val versionPatch = 2
val versionBuild = 0
val isStable = true

Expand Down Expand Up @@ -52,7 +52,7 @@ android {
applicationId = "com.junkfood.seal"
minSdk = 23
targetSdk = 33
versionCode = 10310
versionCode = 10320
versionName = StringBuilder("${versionMajor}.${versionMinor}.${versionPatch}").apply {
if (!isStable) append("-beta.${versionBuild}")
if (!splitApks) append("-(F-Droid)")
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10320.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Accessibility Improvements:
Removing redundant semantics and optimizing components for TalkBack screen reader

Bug Fix:
App crashes due to the status bar icon
MP4 format preference sometimes not works as expected
File renamed without changes.

0 comments on commit b82075b

Please sign in to comment.