daily dev 20221117

Update Nextcloud Android library
This commit is contained in:
Tobias Kaminsky 2022-11-17 02:39:51 +01:00
parent 5c10198f68
commit aacd4865ad
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 20221116
versionName "20221116"
versionCode 20221117
versionName "20221117"
}
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 ="e39a3c4b2e2b61d86c7468f784702c7ff96c8bd4"
androidLibraryVersion ="b428f94e7ad2871886c46ab082ad00b9c264f8ee"
mockitoVersion = "4.9.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.13.2"