mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-04 13:27:36 +03:00
Upgrade bouncy castle #833
This commit is contained in:
parent
c3ab08ce17
commit
6f154194f1
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue