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 11e861e commit a81e6b1Copy full SHA for a81e6b1
gradle/libs.versions.toml
@@ -7,13 +7,11 @@ androidGradlePlugin = "8.7.0"
7
androidx-activity-compose = "1.9.2"
8
androidx-window = "1.3.0"
9
compose-plugin = "1.7.0-beta02"
10
-haze = "0.9.0-beta01"
11
kotlin = "2.0.20"
12
13
[libraries]
14
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }
15
androidx-window = { group = "androidx.window", name = "window", version.ref = "androidx-window" }
16
-haze = { module = "dev.chrisbanes.haze:haze", version.ref = "haze" }
17
18
[plugins]
19
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
0 commit comments