daily dev 20230830

Update Nextcloud Android library
Update 3rd-party dependencies
This commit is contained in:
Tobias Kaminsky 2023-08-30 02:34:44 +02:00
parent bca33c29ec
commit 1663cd5281
3 changed files with 6 additions and 3 deletions

View file

@ -144,8 +144,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20230827
versionName "20230827"
versionCode 20230830
versionName "20230830"
}
qa {

View file

@ -8,7 +8,7 @@ buildscript {
daggerVersion = "2.47"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="b64f3aa7a80495eda1c068254c8d9476525fbd09"
androidLibraryVersion ="f8e5d0490eaa7bce7e95cf5ef5a4a78ee5fc0f59"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.3"

View file

@ -0,0 +1,3 @@
Update Nextcloud Android library
Update 3rd-party dependencies