queryeditor wip

This commit is contained in:
tom5079
2024-02-25 23:27:23 -08:00
parent 39b8bbc725
commit efc40ce458
9 changed files with 588 additions and 20 deletions

View File

@@ -79,7 +79,7 @@ dependencies {
implementation "androidx.biometric:biometric:1.1.0"
implementation "androidx.work:work-runtime-ktx:2.9.0"
implementation platform("androidx.compose:compose-bom:2024.02.00")
implementation platform("androidx.compose:compose-bom:2024.02.01")
implementation "androidx.compose.material3:material3"
implementation "androidx.compose.material3:material3-window-size-class"
@@ -87,7 +87,7 @@ dependencies {
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-tooling-preview'
debugImplementation 'androidx.compose.ui:ui-tooling'
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.6.1'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
implementation 'androidx.compose.material:material-icons-extended'
implementation 'androidx.activity:activity-compose:1.8.2'