Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ android {
testImplementation deps.mockitoCore
testImplementation deps.robolectric
}
lintOptions {
abortOnError false
}
}

apply plugin: 'com.vanniktech.maven.publish'
Expand Down
6 changes: 5 additions & 1 deletion android/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
buildToolsVersion rootProject.buildToolsVersion

defaultConfig {
minSdkVersion rootProject.minSdkVersion
minSdkVersion 19
targetSdkVersion rootProject.targetSdkVersion
multiDexEnabled = true
}
Expand All @@ -30,6 +30,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),'proguard-rules.pro'
}
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
4 changes: 4 additions & 0 deletions android/spectrumtests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ android {
}
}
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down
4 changes: 4 additions & 0 deletions android/spectrumtestutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ android {
exclude "**/libspectrumfbjni.so"
exclude "**/libspectrum.so"
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading