Skip to content

Commit

Permalink
Android: Fix asset upgrade by renaming license file (#10073)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jun 20, 2020
1 parent 0f1f8e4 commit e99415e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/android/app/build.gradle
Expand Up @@ -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"
Expand Down

0 comments on commit e99415e

Please sign in to comment.