We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69a5ed commit cbf459bCopy full SHA for cbf459b
app/build.gradle
@@ -15,7 +15,9 @@ android {
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
18
-
+ lint {
19
+ baseline = file("lint-baseline.xml")
20
+ }
21
buildTypes {
22
release {
23
minifyEnabled false
karaokesdk/build.gradle
@@ -29,7 +29,9 @@ android {
29
sourceCompatibility JavaVersion.VERSION_1_8
30
targetCompatibility JavaVersion.VERSION_1_8
31
32
33
34
35
kotlinOptions {
36
jvmTarget = "1.8"
37
0 commit comments