exclude unneeded license files from apk
This commit is contained in:
parent
dd8d2131f7
commit
b92d66a5e9
1 changed files with 6 additions and 0 deletions
|
@ -56,6 +56,12 @@ android {
|
||||||
includeAndroidResources = true
|
includeAndroidResources = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packagingOptions {
|
||||||
|
// Exclude unneeded files added by libraries
|
||||||
|
exclude 'LICENSE_OFL'
|
||||||
|
exclude 'LICENSE_UNICODE'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.daggerVersion = '2.19'
|
ext.daggerVersion = '2.19'
|
||||||
|
|
Loading…
Reference in a new issue