mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
daily dev 20221122
Bump detekt-gradle-plugin from 1.21.0 to 1.22.0 Update Nextcloud Android library Update 3rd-party dependencies
This commit is contained in:
parent
b3b9b66917
commit
e4139af585
3 changed files with 6 additions and 3 deletions
|
@ -142,8 +142,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20221121
|
||||
versionName "20221121"
|
||||
versionCode 20221122
|
||||
versionName "20221122"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
Bump detekt-gradle-plugin from 1.21.0 to 1.22.0
|
||||
Update Nextcloud Android library
|
||||
Update 3rd-party dependencies
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
daggerVersion = "2.44.2"
|
||||
markwonVersion = "4.6.2"
|
||||
prismVersion = "2.0.0"
|
||||
androidLibraryVersion ="240ec201a1bed64641a9f43fec82f97bd5080652"
|
||||
androidLibraryVersion ="b106f71e98fe7fa956b6786cf1a677b9faae419c"
|
||||
mockitoVersion = "4.9.0"
|
||||
mockitoKotlinVersion = "4.0.0"
|
||||
mockkVersion = "1.13.2"
|
||||
|
|
Loading…
Reference in a new issue