diff --git a/app/build.gradle b/app/build.gradle index 5a1ceca9..6021b2bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,5 +48,7 @@ dependencies { compile 'com.github.florent37:singledateandtimepicker:1.0.8' compile 'com.jakewharton.timber:timber:4.5.1' compile 'com.google.android.gms:play-services:+' + compile 'com.scottyab:secure-preferences-lib:0.1.4' + compile 'com.github.gliechtenstein:PasscodeView:master' compile 'com.android.support:multidex:1.0.1' } diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml index 59153641..7d3aab00 100644 --- a/app/src/debug/AndroidManifest.xml +++ b/app/src/debug/AndroidManifest.xml @@ -41,6 +41,7 @@ android:name="com.commonsware.cwac.cam2.CameraActivity" android:process=":cwac_cam2" android:theme="@style/CameraTheme"/> +