projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f1f8e4
)
Android: Fix asset upgrade by renaming license file (#10073)
author
rubenwardy
<rw@rubenwardy.com>
Sat, 20 Jun 2020 13:52:24 +0000
(14:52 +0100)
committer
GitHub
<noreply@github.com>
Sat, 20 Jun 2020 13:52:24 +0000
(14:52 +0100)
build/android/app/build.gradle
patch
|
blob
|
history
diff --git
a/build/android/app/build.gradle
b/build/android/app/build.gradle
index 4a4559d65717d455ddd577f68f500214d0d3384c..e3619af177280a85942a9dcb14562ce97d3789f4 100644
(file)
--- a/
build/android/app/build.gradle
+++ b/
build/android/app/build.gradle
@@
-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"