diff --git a/README.md b/README.md index 699fda2..d2b7109 100644 --- a/README.md +++ b/README.md @@ -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)...