daily dev 20221125

Update Nextcloud Android library
This commit is contained in:
Tobias Kaminsky 2022-11-25 03:40:59 +01:00
parent 4a6f4707e4
commit a5883ef743
3 changed files with 5 additions and 3 deletions

View file

@ -142,8 +142,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20221124
versionName "20221124"
versionCode 20221125
versionName "20221125"
}
qa {

View file

@ -0,0 +1,2 @@
Update Nextcloud Android library

View file

@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.44.2"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="b106f71e98fe7fa956b6786cf1a677b9faae419c"
androidLibraryVersion ="796d9491aff2f2b54e876f45e76e6a31053aea91"
mockitoVersion = "4.9.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.13.2"