Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -21,6 +21,12 @@ android { | ... | @@ -21,6 +21,12 @@ android { |
21 | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' | 21 | proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' |
22 | } | 22 | } |
23 | } | 23 | } |
24 | + lintOptions { | ||
25 | + checkReleaseBuilds false | ||
26 | + // Or, if you prefer, you can continue to check for errors in release builds, | ||
27 | + // but continue the build even when errors are found: | ||
28 | + abortOnError false | ||
29 | + } | ||
24 | } | 30 | } |
25 | 31 | ||
26 | dependencies { | 32 | dependencies { | ... | ... |
-
Please register or login to post a comment