Merge pull request #1592 from vector-im/feature/fga/setup_crypto_for_pin
Feature/fga/setup crypto for pin
This commit is contained in:
commit
00e885fa9f
45 changed files with 964 additions and 60 deletions
|
|
@ -57,6 +57,11 @@ autoservice = "1.1.1"
|
|||
# quality
|
||||
detekt = "1.23.1"
|
||||
dependencygraph = "0.12"
|
||||
junit = "4.13.2"
|
||||
androidx-test-ext-junit = "1.1.5"
|
||||
espresso-core = "3.5.1"
|
||||
appcompat = "1.6.1"
|
||||
material = "1.9.0"
|
||||
|
||||
[libraries]
|
||||
# Project
|
||||
|
|
@ -184,6 +189,11 @@ google_autoservice_annotations = { module = "com.google.auto.service:auto-servic
|
|||
# value of `composecompiler` (which is used to set composeOptions.kotlinCompilerExtensionVersion.
|
||||
# See https://github.com/renovatebot/renovate/issues/18354
|
||||
android_composeCompiler = { module = "androidx.compose.compiler:compiler", version.ref = "composecompiler" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-test-ext-junit" }
|
||||
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
|
||||
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||||
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||||
|
||||
[bundles]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue