Skip to content

Commit

Permalink
Release v1.7.2 (10720)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunkFood02 committed Jan 5, 2023
1 parent 51fc844 commit 995e2af
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 = 1,
versionPatch = 2,
)

val keystorePropertiesFile = rootProject.file("keystore.properties")
Expand All @@ -71,7 +71,7 @@ android {
applicationId = "com.junkfood.seal"
minSdk = 23
targetSdk = 33
versionCode = 10710
versionCode = 10720
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/10724.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fix:
Permission denied error when trying to access termux directory by accident
App crashes below API 26 (Android 8)

0 comments on commit 995e2af

Please sign in to comment.