diff --git a/app/build.gradle b/app/build.gradle index 6cd3c1b..6bbd0b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,8 @@ plugins { id 'com.google.gms.google-services' id 'com.google.firebase.crashlytics' id 'com.google.firebase.firebase-perf' - id "org.sonarqube" version "3.3" + // https://plugins.gradle.org/plugin/com.guardsquare.appsweep + id "com.guardsquare.appsweep" version "1.0.0" } android { @@ -63,15 +64,6 @@ android { } } - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions { - jvmTarget = '1.8' - } - buildFeatures { viewBinding true } diff --git a/build.gradle b/build.gradle index a3382a8..d12e6f0 100644 --- a/build.gradle +++ b/build.gradle @@ -34,8 +34,6 @@ buildscript { plugins { // https://plugins.gradle.org/plugin/org.sonarqube id "org.sonarqube" version "3.3" - // https://github.com/Guardsquare/appsweep-gradle/releases - id "com.guardsquare.appsweep" version "1.0.0" } task clean(type: Delete) { @@ -49,4 +47,4 @@ sonarqube { property "sonar.host.url", "https://sonarcloud.io" property "sonar.androidLint.reportPaths", "build/reports/lint-results-debug.xml" } -} +} \ No newline at end of file