Skip to content

Commit fe10ba5

Browse files
committed
No failing on lint errors
1 parent 93f5555 commit fe10ba5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

adapterlayout/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ android {
1616
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1717
}
1818
}
19+
lintOptions {
20+
abortOnError false
21+
}
1922
}
2023

2124
dependencies {

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
1919
}
20+
lintOptions {
21+
abortOnError false
22+
}
2023
}
2124

2225
dependencies {

0 commit comments

Comments
 (0)