Skip to content

Commit

Permalink
Release v1.7.3 (10730)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Jan 10, 2023
1 parent 4a555b6 commit c31a50d
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -44,7 +44,7 @@ sealed class Version(
val currentVersion: Version = Version.Stable(
versionMajor = 1,
versionMinor = 7,
versionPatch = 2,
versionPatch = 3,
)

val keystorePropertiesFile = rootProject.file("keystore.properties")
Expand All @@ -71,7 +71,7 @@ android {
applicationId = "com.junkfood.seal"
minSdk = 23
targetSdk = 33
versionCode = 10720
versionCode = 10730
versionName = currentVersion.toVersionName().run {
if (!splitApks) "$this-(F-Droid)"
else this
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10734.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug fixes and UI Improvements

For full changelogs, please refer to GitHub

0 comments on commit c31a50d

Please sign in to comment.