Update patternview lib, remove workaround

This commit is contained in:
Dominik Schürmann
2015-03-03 15:56:03 +01:00
parent 2ea0f609f2
commit 5da57f0582
2 changed files with 11 additions and 13 deletions

View File

@@ -67,10 +67,8 @@
<uses-permission android:name="android.permission.READ_PROFILE" />
<!-- android:allowBackup="false": Don't allow backup over adb backup or other apps! -->
<!-- tools:replace="android:allowBackup" is a workaround for https://github.com/geftimov/android-patternview/pull/2 -->
<application
android:name=".KeychainApplication"
tools:replace="android:allowBackup"
android:allowBackup="false"
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"