Skip to content

Commit

Permalink
Release 1.1.1 halted due to coroutines false positive error lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanosFisherman committed May 11, 2020
1 parent b97d273 commit 6ed3f05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blueflowlib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

/* lintOptions {
isAbortOnError = false
}*/

buildTypes {
getByName("release") {
isMinifyEnabled = false
Expand Down

0 comments on commit 6ed3f05

Please sign in to comment.