chore: fix IDE warnings

This commit is contained in:
Infi 2023-04-22 17:48:29 +02:00
parent 9c418e81af
commit 6069f2aa27
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling-preview"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1'
implementation 'androidx.activity:activity-compose:1.7.0'
implementation 'androidx.activity:activity-compose:1.7.1'
// Accompanist - Jetpack Compose Extensions
implementation "com.google.accompanist:accompanist-systemuicontroller:$accompanist_version"

View File

@ -25,6 +25,6 @@ plugins {
id 'com.mikepenz.aboutlibraries.plugin' version "10.5.2" apply false
}
task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}