Skip to content

Commit

Permalink
Update Android-Core.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanUsman authored Oct 18, 2017
1 parent d63e960 commit e1329f5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Android-Core.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

0 comments on commit e1329f5

Please sign in to comment.