Merge branch 'develop' into feature/Passkeys

This commit is contained in:
J-Jamet
2025-08-14 17:39:52 +02:00
66 changed files with 1418 additions and 1485 deletions

View File

@@ -42,11 +42,11 @@ android {
}
}
dependencies {
// Crypto
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
androidTestImplementation "androidx.test:runner:$android_test_version"
androidTestImplementation 'org.testng:testng:6.9.6'
androidTestImplementation "androidx.test:runner:$android_test_version"
testImplementation "androidx.test:runner:$android_test_version"
}