Skip to content

Commit c9c0995

Browse files
committed
chore: bump version to 2.3.10 (240)
- Fix app title bar overlapping system status bar when scrolling - Improved AppBar scrolling behavior with dynamic toolbar visibility
1 parent 6a5c2c5 commit c9c0995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ext {
22
app = [
3-
versionCode: 239,
4-
versionName: "2.3.9"
3+
versionCode: 240,
4+
versionName: "2.3.10"
55
]
66
android = [
77
supportVersion: '26.1.0'

0 commit comments

Comments
 (0)