Skip to content

Commit

Permalink
daily dev 20211211
Browse files Browse the repository at this point in the history
FileDisplayActivity: Preserve title bar after resume
Unified search: clear focus from search view on open
Update translations
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Dec 11, 2021
1 parent e281ee1 commit b59bab1
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 @@ -64,7 +64,7 @@ ext {
daggerVersion = "2.40.3"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="99cb97dbf1a1244140df26c6b9b26f95ff476170"
androidLibraryVersion ="ff59951f63124d2ed7777d312f9b04558f1eb991"
mockitoVersion = "3.12.4"
mockkVersion = "1.12.1"
powermockVersion = "2.0.9"
Expand Down Expand Up @@ -168,8 +168,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20211210
versionName "20211210"
versionCode 20211211
versionName "20211211"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FileDisplayActivity: Preserve title bar after resume
Unified search: clear focus from search view on open
Update translations
Update Nextcloud Android library

0 comments on commit b59bab1

Please sign in to comment.