mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
daily dev 20230804
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin Update Nextcloud Android library Update 3rd-party dependencies
This commit is contained in:
parent
3475837d3e
commit
a3307fbee9
3 changed files with 7 additions and 3 deletions
|
@ -144,8 +144,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20230730
|
||||
versionName "20230730"
|
||||
versionCode 20230804
|
||||
versionName "20230804"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
|||
daggerVersion = "2.47"
|
||||
markwonVersion = "4.6.2"
|
||||
prismVersion = "2.0.0"
|
||||
androidLibraryVersion ="ea17e11252b830d8b0492a18faeff553078f2b57"
|
||||
androidLibraryVersion ="d497568a126c134b424fd567af3f4f0fbadd9c2f"
|
||||
mockitoVersion = "4.11.0"
|
||||
mockitoKotlinVersion = "4.1.0"
|
||||
mockkVersion = "1.13.3"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Build(deps): Bump io.gitlab.arturbosch.detekt:detekt-gradle-plugin
|
||||
Build(deps): Bump com.github.spotbugs.snom:spotbugs-gradle-plugin
|
||||
Update Nextcloud Android library
|
||||
Update 3rd-party dependencies
|
Loading…
Reference in a new issue