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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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"