refactor: improve auth screen and bump haze version

* Bump haze version to 1.6.0.
* Blur now works on android 11 and older
* Add "Sign up" and "Forgot password?" links to the auth screen.
* Add logic to toggle dynamic colors on logo click in the auth screen (Android 12+).
This commit is contained in:
2025-05-13 22:52:53 +03:00
parent b63cc86e48
commit 325211ad5f
13 changed files with 128 additions and 46 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ versionName = "0.2.2"
agp = "8.10.0"
converterMoshi = "2.11.0"
eithernet = "2.0.0"
haze = "1.5.4"
haze = "1.6.0"
kotlin = "2.1.20"
ksp = "2.1.20-2.0.1"