Upgrade bouncy castle #833

This commit is contained in:
J-Jamet 2021-12-22 17:40:18 +01:00
parent c3ab08ce17
commit 6f154194f1
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ KeePassDX(3.1.0)
* Add path in search results #1148
* Add group info dialog #1177
* Fix UI in Android 8 #509
* Upgrade to SDK 31
* Upgrade libs and SDK to 31 #833
* Stop asking WRITE_EXTERNAL_STORAGE permission
KeePassDX(3.0.4)

View file

@ -47,7 +47,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:$android_appcompat_version"
implementation "com.google.android.material:material:$android_material_version"
// Crypto
implementation 'org.bouncycastle:bcprov-jdk15on:1.65.01'
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
androidTestImplementation "androidx.test:runner:$android_test_version"
androidTestImplementation "androidx.test:rules:$android_test_version"

View file

@ -2,5 +2,5 @@
* Add path in search results #1148
* Add group info dialog #1177
* Fix UI in Android 8 #509
* Upgrade to SDK 31
* Upgrade libs and SDK to 31 #833
* Stop asking WRITE_EXTERNAL_STORAGE permission

View file

@ -2,5 +2,5 @@
* Ajout du chemin pour les résultats de recherche #1148
* Ajout d'un dialogue pour les informations de groupe #1177
* Correction de l'interface utilisateur dans Android 8 #509
* Mise à jour vers le SDK 31
* Mise à jour des librairies et du SDK vers 31 #833
* Ne demande plus la permission WRITE_EXTERNAL_STORAGE permission