Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JitPack badge #3

Merged
merged 1 commit into from
Feb 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# AndroidTampering [![Release](https://img.shields.io/github/release/SandroMachado/AndroidTampering.svg?label=jitpack)](https://jitpack.io/#SandroMachado/AndroidTampering)
# AndroidTampering
[![Release](https://jitpack.io/v/SandroMachado/AndroidTampering.svg)](https://jitpack.io/#SandroMachado/AndroidTampering)

AndroidTampering is a library that provides an extra layer of security to your Android application. This library protects your application against simple tampering attacks. **Please note that this protection methods can also be hacked.** So, besides the tampering protection, don't forget to add all the other security recommendations like [ProGuard](http://developer.android.com/tools/help/proguard.html), [patching the Security Provider with ProviderInstaller](http://developer.android.com/training/articles/security-gms-provider.html#patching)...

Expand Down