From 6069f2aa2795ff1d76a6abc0aede08f175d59c35 Mon Sep 17 00:00:00 2001 From: Infi Date: Sat, 22 Apr 2023 17:48:29 +0200 Subject: [PATCH] chore: fix IDE warnings --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2fb770d0..5af10938 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/build.gradle b/build.gradle index d65ddf02..fb21acbd 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } \ No newline at end of file