mirror of
https://github.com/nextcloud/android.git
synced 2024-12-22 16:54:33 +03:00
daily dev 20231008
Update Nextcloud Android library Update 3rd-party dependencies
This commit is contained in:
parent
14e37daa95
commit
076041573f
3 changed files with 6 additions and 3 deletions
|
@ -146,8 +146,8 @@ android {
|
||||||
versionDev {
|
versionDev {
|
||||||
applicationId "com.nextcloud.android.beta"
|
applicationId "com.nextcloud.android.beta"
|
||||||
dimension "default"
|
dimension "default"
|
||||||
versionCode 20230930
|
versionCode 20231008
|
||||||
versionName "20230930"
|
versionName "20231008"
|
||||||
}
|
}
|
||||||
|
|
||||||
qa {
|
qa {
|
||||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
||||||
daggerVersion = "2.47"
|
daggerVersion = "2.47"
|
||||||
markwonVersion = "4.6.2"
|
markwonVersion = "4.6.2"
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
androidLibraryVersion ="e7c01a784b2b4e0ae60941cc9d0e316fc3ded1ff"
|
androidLibraryVersion ="c870630807c60be36e7e1f16756c6a8be4c75d2b"
|
||||||
mockitoVersion = "4.11.0"
|
mockitoVersion = "4.11.0"
|
||||||
mockitoKotlinVersion = "4.1.0"
|
mockitoKotlinVersion = "4.1.0"
|
||||||
mockkVersion = "1.13.3"
|
mockkVersion = "1.13.3"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
Update Nextcloud Android library
|
||||||
|
Update 3rd-party dependencies
|
Loading…
Reference in a new issue