Skip to content

Commit

Permalink
Version 1.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jun 25, 2023
1 parent 9100196 commit b4b653e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023062400
versionName = "1.26.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023062500
versionName = "1.26.2"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2023062500.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix swipe gestures not working

0 comments on commit b4b653e

Please sign in to comment.