daily dev 20230214

Build(deps): Bump workRuntime from 2.7.1 to 2.8.0 (#11364)
Update Nextcloud Android library
Update 3rd-party dependencies
This commit is contained in:
Tobias Kaminsky 2023-02-14 02:39:37 +01:00
parent 82ac50954e
commit 0da7356c24
3 changed files with 6 additions and 3 deletions

View file

@ -145,8 +145,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20230211
versionName "20230211"
versionCode 20230214
versionName "20230214"
}
qa {

View file

@ -8,7 +8,7 @@ buildscript {
daggerVersion = "2.44.2"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="70b9fc6874b89a16151965c5813b1ef7611517de"
androidLibraryVersion ="64c2a93f9ccbb724af462eab718cc858ee87fe9a"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.3"

View file

@ -0,0 +1,3 @@
Build(deps): Bump workRuntime from 2.7.1 to 2.8.0 (#11364)
Update Nextcloud Android library
Update 3rd-party dependencies