From e1329f5f64c0d099ff4bcf0bf240fbb5d337212e Mon Sep 17 00:00:00 2001 From: Hassan Usman Date: Wed, 18 Oct 2017 12:27:02 +0500 Subject: [PATCH] Update Android-Core.md --- Android-Core.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Android-Core.md b/Android-Core.md index a5a982b..a4627ad 100644 --- a/Android-Core.md +++ b/Android-Core.md @@ -4,16 +4,12 @@ DexGuard vs. ProGuard! ------------- -**ProGuard** is a generic optimizer for Java bytecode. -**DexGuard** is a specialized tool for the protection of Android applications. -**ProGuard**focuses on the bytecode. -**DexGuard**processes all the components of an application. +> - **ProGuard** is a generic optimizer for Java bytecode. **DexGuard** is a specialized tool for the protection of Android applications. +> - **ProGuard**focuses on the bytecode. **DexGuard**processes all the components of an application. ---------- - -Documents -------------