Skip to content

Commit

Permalink
daily dev 20220222
Browse files Browse the repository at this point in the history
Fix LeakedCloseableViolations in getScaledBitmap
Fix toolbar in PreviewMediaFragment after coming back from sharing fragment
FileDisplayActivity: fix coordinator scrolling when opening share details from media preview
Update translations
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Feb 22, 2022
1 parent aaa6504 commit 1bc3b5d
Show file tree
Hide file tree
Showing 2 changed files with 8 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.41"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="f20e52be927ef591982ed324aa97e3992b267d7b"
androidLibraryVersion ="f0d641bf62155cc63c00e369f134accf7c33534a"
mockitoVersion = "4.3.1"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.2"
Expand Down Expand Up @@ -150,8 +150,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220219
versionName "20220219"
versionCode 20220222
versionName "20220222"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Fix LeakedCloseableViolations in getScaledBitmap
Fix toolbar in PreviewMediaFragment after coming back from sharing fragment
FileDisplayActivity: fix coordinator scrolling when opening share details from media preview
Update translations
Update Nextcloud Android library

0 comments on commit 1bc3b5d

Please sign in to comment.