Skip to content

Commit

Permalink
daily dev 20220408
Browse files Browse the repository at this point in the history
Do not use ExceptionHandler on debug builds
Don't include document scanner in FDroid version
AndroidManifest: set camera2 feature to not required
Better approach for avoiding state loss in FileDetailFragment
Use remoteId to properly fetch streaming video url
Update Nextcloud Android library
Update 3rd-party dependencies
  • Loading branch information
tobiasKaminsky committed Apr 8, 2022
1 parent 48e668e commit 96e6bd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220407
versionName "20220407"
versionCode 20220408
versionName "20220408"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Do not use ExceptionHandler on debug builds
Don't include document scanner in FDroid version
AndroidManifest: set camera2 feature to not required
Better approach for avoiding state loss in FileDetailFragment
Use remoteId to properly fetch streaming video url
Update Nextcloud Android library
Update 3rd-party dependencies
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.41"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="6e0bc493922dd6f4f2c3b4dba47ef33b1ba06e53"
androidLibraryVersion ="bb2a4b1d0fbdecd62cf047b8e6c97ca4ed8bea06"
mockitoVersion = "4.4.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.12.3"
Expand Down

0 comments on commit 96e6bd5

Please sign in to comment.