We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32c26b commit 779257eCopy full SHA for 779257e
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+Version 1.6.5 *(2025-10-24)*
5
+-----------------------------
6
+
7
+- Fix proper system bar handling (#85)
8
9
Version 1.6.4 *(2025-08-10)*
10
-----------------------------
11
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
minSdk = libs.versions.minSdk.get().toInt()
17
targetSdk = libs.versions.targetSdk.get().toInt()
18
multiDexEnabled = true
19
- versionCode = 32
20
- versionName = "1.6.4"
+ versionCode = 33
+ versionName = "1.6.5"
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
23
ksp {
0 commit comments