Skip to content

Commit 9b85cce

Browse files
committed
Fix travis build
1 parent 5372581 commit 9b85cce

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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 {

nativestackblur/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
apply from: 'https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.0.0/gradle-android-javadocs.gradle'

0 commit comments

Comments
 (0)