diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/build.gradle | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/app/build.gradle b/app/build.gradle index 890b625..10b26c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,11 +43,6 @@ android {              ldLibs "log"          } -        lintOptions { -            abortOnError false -            lintConfig file('lint.xml') -        } -          testApplicationId "org.connectbot.tests"          testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"      } @@ -88,6 +83,11 @@ android {          }      } +    lintOptions { +        abortOnError false +        lintConfig file('lint.xml') +    } +      packagingOptions {          exclude 'META-INF/LICENSE.txt'          exclude 'LICENSE.txt' | 
