mirror of
https://github.com/bitwarden/android.git
synced 2025-02-16 11:59:57 +03:00
Update to the latest version of the SDK (#320)
This commit is contained in:
parent
3603fa88e3
commit
c3e0843505
2 changed files with 5 additions and 5 deletions
|
@ -24,10 +24,10 @@ class GeneratorSdkSourceTest {
|
|||
special = true,
|
||||
length = 12.toUByte(),
|
||||
avoidAmbiguous = false,
|
||||
minLowercase = true,
|
||||
minUppercase = true,
|
||||
minNumber = true,
|
||||
minSpecial = true,
|
||||
minLowercase = 1U,
|
||||
minUppercase = 1U,
|
||||
minNumber = 1U,
|
||||
minSpecial = 1U,
|
||||
)
|
||||
val expectedResult = "GeneratedPassword123!"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ androidxRoom = "2.6.0"
|
|||
androidxSplash = "1.1.0-alpha02"
|
||||
# Once the app and SDK reach a critical point of completeness we should begin fixing the version
|
||||
# here (BIT-311).
|
||||
bitwardenSdk = "0.3.1-20231204.104103-8"
|
||||
bitwardenSdk = "0.3.1-20231205.145329-16"
|
||||
detekt = "1.23.1"
|
||||
firebaseBom = "32.5.0"
|
||||
glide = "4.15.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue