fix(common): adopt new Compose APIs

This commit is contained in:
Harsh Shandilya 2023-01-12 02:40:37 +05:30
parent 6750eff9fa
commit fb4beb08ee
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,6 @@ whetstone = "0.6.0-SNAPSHOT"
workmanager = "2.8.0-rc01"
[libraries]
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
androidx-activity-compose = "androidx.activity:activity-compose:1.7.0-alpha02"
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha08"