Skip to content

Commit

Permalink
Version 1.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jul 12, 2023
1 parent 175af58 commit f99c404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023062500
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2023071200
versionName = "1.26.3"
signingConfig = signingConfigs.getByName("debug")
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2023071200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Improve bidirectional scroll handling in pager layout
- Change themed icons scaling to match platform style
- Bug fixes

0 comments on commit f99c404

Please sign in to comment.