This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
android: do not fail release build on lint issues
master
Reece H. Dunn
11 years ago
parent
8a8cce4f66
commit
400f16e5cc
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
android/build.gradle
+ 4
- 0
android/build.gradle
View File
@@ -37,6 +37,10 @@ android {
java.srcDirs = ['eSpeakTests/src']
}
}
lintOptions {
abortOnError false
}
}
tasks.withType(com.android.build.gradle.tasks.PackageApplication) {
Write
Preview
Loading…
Cancel
Save