daily dev 20230503

Build(deps): Bump kotlin_version from 1.8.10 to 1.8.21
Build(deps): Bump androidx.fragment:fragment-ktx from 1.5.6 to 1.5.7
Update Nextcloud Android library
Update 3rd-party dependencies
This commit is contained in:
Tobias Kaminsky 2023-05-03 02:42:00 +02:00
parent d0febf9c98
commit 276beb83c0
3 changed files with 7 additions and 3 deletions

View file

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

View file

@ -8,7 +8,7 @@ buildscript {
daggerVersion = "2.45"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="461117149bdcb60463c5e89278f9d92a36c6cf07"
androidLibraryVersion ="ad662ca8a3d7f79ab591ba66cedf14cd2ce9d8b1"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.3"

View file

@ -0,0 +1,4 @@
Build(deps): Bump kotlin_version from 1.8.10 to 1.8.21
Build(deps): Bump androidx.fragment:fragment-ktx from 1.5.6 to 1.5.7
Update Nextcloud Android library
Update 3rd-party dependencies