mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
daily dev 20240203
Update Nextcloud Android library Update 3rd-party dependencies
This commit is contained in:
parent
0eba525d5f
commit
be38db60f0
3 changed files with 6 additions and 3 deletions
|
@ -152,8 +152,8 @@ android {
|
||||||
versionDev {
|
versionDev {
|
||||||
applicationId "com.nextcloud.android.beta"
|
applicationId "com.nextcloud.android.beta"
|
||||||
dimension "default"
|
dimension "default"
|
||||||
versionCode 20240202
|
versionCode 20240203
|
||||||
versionName "20240202"
|
versionName "20240203"
|
||||||
}
|
}
|
||||||
|
|
||||||
qa {
|
qa {
|
||||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
||||||
daggerVersion = "2.50"
|
daggerVersion = "2.50"
|
||||||
markwonVersion = "4.6.2"
|
markwonVersion = "4.6.2"
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
androidLibraryVersion = "008d82ae1c"
|
androidLibraryVersion ="2a8de5d95cf5be2dbee9b86e3c4fc95d16f1d88a"
|
||||||
mockitoVersion = "4.11.0"
|
mockitoVersion = "4.11.0"
|
||||||
mockitoKotlinVersion = "4.1.0"
|
mockitoKotlinVersion = "4.1.0"
|
||||||
mockkVersion = "1.13.9"
|
mockkVersion = "1.13.9"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
Update Nextcloud Android library
|
||||||
|
Update 3rd-party dependencies
|
Loading…
Reference in a new issue