diff --git a/appdata.xml b/appdata.xml
index 16f70a2b0..8b56ecc77 100644
--- a/appdata.xml
+++ b/appdata.xml
@@ -7,24 +7,16 @@
Dex to Java decompiler
Command line and GUI tools for producing Java source code from Android Dex and Apk files
-
- 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
- - deobfuscator included
-
-
-
- jadx-gui features:
-
- - view decompiled code with highlighted syntax
- - jump to declaration
- - find usage
- - full text search
- - smali debugger, check https://github.com/skylot/jadx/wiki/Smali-debugger for setup and usage
-
-
+
+ - decompile Dalvik bytecode to java classes from APK, dex, aar, aab and zip files
+ - decode AndroidManifest.xml and other resources from resources.arsc
+ - deobfuscator included
+ - view decompiled code with highlighted syntax
+ - jump to declaration
+ - find usage
+ - full text search
+ - smali debugger
+