From 0b23b21ce65238ca7a92bacb08efe2baf74a9d51 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sat, 17 Nov 2018 15:11:55 +0100 Subject: [PATCH 1/2] Update dependencies --- app/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 43815ebf..d5400ac3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' - implementation 'androidx.appcompat:appcompat:1.0.0' + implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.preference:preference:1.0.0' implementation 'com.takisoft.preferencex:preferencex:1.0.0' diff --git a/build.gradle b/build.gradle index c3ac8137..192786b9 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files From 3a46558af7480575bcd665a9ede92bf658590781 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Tue, 27 Nov 2018 20:22:56 +0100 Subject: [PATCH 2/2] Fix help text that's displayed after keystore key invalidation --- app/src/main/res/values/strings.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 11fbde5e..d29745c5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -48,8 +48,7 @@ Unlock the vault Please enter a password Please confirm the password - A change in your device\'s security settings has been detected. Please go to \"Settings -> Key slots\" and re-add your fingerprint. - + A change in your device\'s security settings has been detected. Please go to \"Settings -> Fingerprint\" and re-add your fingerprint. None