Android: Fix asset upgrade by renaming license file (#10073)

This commit is contained in:
rubenwardy
2020-06-20 14:52:24 +01:00
committed by GitHub
parent 0f1f8e4a0f
commit e99415e0c5

View File

@ -57,7 +57,6 @@ task prepareAssets() {
}
copy {
from "${projRoot}/doc/lgpl-2.1.txt" into "${assetsFolder}"
rename("lgpl-2.1.txt", "LICENSE.txt")
}
copy {
from "${projRoot}/builtin" into "${assetsFolder}/builtin"