Android: Fix asset upgrade by renaming license file (#10073)
authorrubenwardy <rw@rubenwardy.com>
Sat, 20 Jun 2020 13:52:24 +0000 (14:52 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2020 13:52:24 +0000 (14:52 +0100)
build/android/app/build.gradle

index 4a4559d65717d455ddd577f68f500214d0d3384c..e3619af177280a85942a9dcb14562ce97d3789f4 100644 (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"