Skip to content
Snippets Groups Projects
Commit b6c66bf5 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Fixed NOTICE and LICENSE files duplication in dependencies

parent 76b0383e
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,13 @@ android {
buildToolsVersion "20.0.0"
compileSdkVersion 20
packagingOptions {
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
}
defaultConfig {
targetSdkVersion 20
versionName tablexiaVersionName
......@@ -228,4 +235,4 @@ spoon {
//testSizes = ['small', 'medium']
adbTimeout = 10*60
failIfNoDeviceConnected = false
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment