Skip to content

Commit 1758eb6

Browse files
committed
Disabled linter for Example app
1 parent 6413773 commit 1758eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1919
}
2020
}
21-
sourceSets {
22-
main.java.srcDirs += 'src/main/kotlin'
21+
lintOptions {
22+
abortOnError false
2323
}
2424
}
2525

0 commit comments

Comments
 (0)