This website works better with JavaScript
Home
Explore
Help
Sign In
txlyre
/
tachiyomi
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Don't lint release builds
inorichi
9 years ago
parent
0f42956f3f
commit
0a31c223e3
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
app/build.gradle
+ 1
- 0
app/build.gradle
View File
@@ -73,6 +73,7 @@ android {
lintOptions {
abortOnError false
+ checkReleaseBuilds false
}
}