mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
daily dev 20230413
Build(deps): Bump kotlin_version from 1.7.22 to 1.8.10 Update Nextcloud Android library Update 3rd-party dependencies
This commit is contained in:
parent
e7d71d89db
commit
3c2eace6b8
3 changed files with 6 additions and 3 deletions
|
@ -145,8 +145,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20230411
|
||||
versionName "20230411"
|
||||
versionCode 20230413
|
||||
versionName "20230413"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
|||
daggerVersion = "2.45"
|
||||
markwonVersion = "4.6.2"
|
||||
prismVersion = "2.0.0"
|
||||
androidLibraryVersion ="8fe02ed908cb8de143110b894e7313dcf1492c0e"
|
||||
androidLibraryVersion ="905de1fce99764685052a48f207a007cead7605c"
|
||||
mockitoVersion = "4.11.0"
|
||||
mockitoKotlinVersion = "4.1.0"
|
||||
mockkVersion = "1.13.3"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
Build(deps): Bump kotlin_version from 1.7.22 to 1.8.10
|
||||
Update Nextcloud Android library
|
||||
Update 3rd-party dependencies
|
Loading…
Reference in a new issue