mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-18 11:58:37 +01:00
exclude unneeded license files from apk
This commit is contained in:
parent
dd8d2131f7
commit
b92d66a5e9
@ -56,6 +56,12 @@ android {
|
||||
includeAndroidResources = true
|
||||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
// Exclude unneeded files added by libraries
|
||||
exclude 'LICENSE_OFL'
|
||||
exclude 'LICENSE_UNICODE'
|
||||
}
|
||||
}
|
||||
|
||||
ext.daggerVersion = '2.19'
|
||||
|
Loading…
Reference in New Issue
Block a user