Specify AppSweep in app module
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user