Fuzion24 / JustTrustMe

An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
Other
4.85k stars 792 forks source link

Updated APK and Gradle build configuration #9

Closed jakev closed 9 years ago

jakev commented 9 years ago

The tool's source was updated several times, but the APK was never updated. This change brings the APK to the master commit, and updates the 'build.gradle' to build using the API 22 build tools (was using API 20, but that is obsolete now).

Fuzion24 commented 9 years ago

@jakev Thanks for the continued contributions!