From 963a31c0f4b48c3734352706fbbdae69f19b59eb Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Tue, 22 Jun 2021 19:34:12 +0300 Subject: Android: Make the manifest less to scary to read and edit Remove unnecessary elements from the manifest file, making it easier to manage and read. Mostly, the removed elements are more internal data that is populated by the build system and the user shouldn't have to worry or confront that. Also, use the same formatting used by Android Studio. [ChangeLog][Android] Remove some elements from the manifest file that are internal, to make it easier to deal with the manifest. Pick-to: 6.2 Change-Id: I6a1f275b579370972c0bf022502a8fbfe7d0bfd1 Reviewed-by: BogDan Vatra --- src/android/templates/res/values/libs.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/android/templates/res/values/libs.xml') diff --git a/src/android/templates/res/values/libs.xml b/src/android/templates/res/values/libs.xml index 280c03c686..beb15ca1d8 100644 --- a/src/android/templates/res/values/libs.xml +++ b/src/android/templates/res/values/libs.xml @@ -1,7 +1,6 @@ - + @@ -15,4 +14,7 @@ + + + -- cgit v1.2.3