Removed unused lib from build

This commit is contained in:
Georgy Litvinov 2020-01-24 16:58:25 +01:00
parent 692bc0a379
commit 62506ecc05

View file

@ -20,7 +20,6 @@ bundledLibs 'org.libreoffice:jurt:5.3.2'
bundledLibs 'org.libreoffice:juh:5.3.2'
bundledLibs 'org.libreoffice:ridl:5.3.2'
bundledLibs 'org.libreoffice:unoil:5.3.2'
bundledLibs 'org.json:json:20140107'
compile 'junit:junit:4.12'
bundledLibs files('idl')
configurations.compile.extendsFrom(configurations.bundledLibs)