diff --git a/app/build.gradle.kts b/app/build.gradle.kts index aceb65aec..e89d20529 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -4,7 +4,6 @@ import com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsExtension plugins { id("com.android.application") - id("checkstyle") id("com.google.gms.google-services") id("com.google.firebase.crashlytics") kotlin("android") @@ -150,11 +149,6 @@ android { namespace = "org.tasks" } -configure { - configFile = project.file("google_checks.xml") - toolVersion = "8.16" -} - configurations.all { exclude(group = "org.apache.httpcomponents") exclude(group = "org.checkerframework") diff --git a/app/google_checks.xml b/app/google_checks.xml deleted file mode 100644 index 543c8f13a..000000000 --- a/app/google_checks.xml +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file