From e99415e0c5ae4a89907424d0f5f9f48ab94efbfa Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 20 Jun 2020 14:52:24 +0100 Subject: [PATCH] Android: Fix asset upgrade by renaming license file (#10073) --- build/android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build/android/app/build.gradle b/build/android/app/build.gradle index 4a4559d65..e3619af17 100644 --- 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"