From 6c053ae7ef51691fbfc98ea850b9d447dc98578f Mon Sep 17 00:00:00 2001 From: Syuugo Date: Fri, 16 Feb 2024 23:48:59 +0900 Subject: [PATCH] Remove test task --- app/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 43756ac8..0bf06a28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,12 +55,8 @@ android { } dependencies { - // noinspection GradleCompatible + //noinspection GradleCompatible implementation 'com.android.support:customtabs:27.0.1' compileOnly 'de.robv.android.xposed:api:82' compileOnly 'de.robv.android.xposed:api:82:sources' } - -tasks.withType(JavaCompile) { - options.compilerArgs += "-Xlint:deprecation" -}