Skip to content

Commit d8bfca9

Browse files
authored
Update build.gradle
Added lint error ignore
1 parent e119f4d commit d8bfca9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Examples/OneSignalDemo/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ android {
1919
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2020
}
2121
}
22+
23+
lintOptions {
24+
abortOnError false
25+
}
2226

2327
productFlavors {
2428
gms {

0 commit comments

Comments
 (0)