From e5fa818b5c370145b28626918d64c154a67bf633 Mon Sep 17 00:00:00 2001 From: Elias Date: Sun, 27 Mar 2022 18:28:01 +0200 Subject: [PATCH] build: remove unsupported tags from appdata.xml (#1427)(PR #1428) * remove tags from appdata.xml because flatpak doesn't like it * appdata.xml: remove tag because flatpak doesn't like it --- appdata.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appdata.xml b/appdata.xml index 148461829..16f70a2b0 100644 --- a/appdata.xml +++ b/appdata.xml @@ -11,7 +11,7 @@ Main features:
  • decompile Dalvik bytecode to java classes from APK, dex, aar, aab and zip files
  • -
  • decode AndroidManifest.xml and other resources from resources.arsc
  • +
  • decode AndroidManifest.xml and other resources from resources.arsc
  • deobfuscator included

@@ -22,7 +22,7 @@
  • jump to declaration
  • find usage
  • full text search
  • -
  • smali debugger, check wiki page for setup and usage
  • +
  • smali debugger, check https://github.com/skylot/jadx/wiki/Smali-debugger for setup and usage