Skip to content

Commit

Permalink
daily dev 20210320
Browse files Browse the repository at this point in the history
Password dialog: - enforced password: prevent dismiss if empty password - optional password: rename cancel button to skip
Update translations
Update Nextcloud Android library
Update 3rd-party dependencies
  • Loading branch information
tobiasKaminsky committed Mar 20, 2021
1 parent 9c0509f commit 0cd8367
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
butterknifeVersion = "10.2.3"
androidLibraryVersion ="7fb955b23a6b3ba9ac9922477bd044b7e072a86b"
androidLibraryVersion ="458093152c32e06faed4c2a2b771d91d5eaa6160"
mockitoVersion = "3.8.0"
mockkVersion = "1.10.4"
powermockVersion = "2.0.9"
Expand Down Expand Up @@ -172,8 +172,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20210319
versionName "20210319"
versionCode 20210320
versionName "20210320"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Password dialog: - enforced password: prevent dismiss if empty password - optional password: rename cancel button to skip
Update translations
Update Nextcloud Android library
Update 3rd-party dependencies

0 comments on commit 0cd8367

Please sign in to comment.