Skip to content

Commit

Permalink
[TicketNo:] #7 Change CI setting.
Browse files Browse the repository at this point in the history
[Description:] Change CI setting.
[Binary Source:] NA
  • Loading branch information
gwwhuawei committed Apr 7, 2020
1 parent 6f4eb97 commit 18c5e90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MLKit-Sample/module-text/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ android {
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
lintOptions{
abortOnError false
}
// Support simulator.
splits {
abi {
Expand Down
3 changes: 3 additions & 0 deletions MLKit-Sample/module-vision/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ android {
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
lintOptions{
abortOnError false
}
// Support simulator.
splits {
abi {
Expand Down

0 comments on commit 18c5e90

Please sign in to comment.