Skip to content

Commit

Permalink
Fixed test, bumped version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arsvechkarev committed Feb 29, 2024
1 parent cdd0562 commit 3599c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android-app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android {
applicationId = "com.arsvechkarev.vault"
minSdk = 26
targetSdk = 34
versionCode = 3
versionName = "1.0.2"
versionCode = 4
versionName = "1.0.3"
signingConfig = if (keystoreProperties.exists()) {
signingConfigs.findByName("release")
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class ImportPasswordsTest : VaultTestCase() {
}

KImportPasswordsScreen {
titleSelectPasswordsFile.hasText("File")
titleSelectPasswordsFile.hasText("Passwords file")
textSelectPasswordsFile.hasText("/storage/emulated/0/passwords.kdbx")

buttonImportPasswords.click()
Expand Down

0 comments on commit 3599c13

Please sign in to comment.