mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
daily dev 20230411
Update Nextcloud Android library Update 3rd-party dependencies
This commit is contained in:
parent
5a2510b404
commit
fe8229ddd4
3 changed files with 6 additions and 3 deletions
|
@ -145,8 +145,8 @@ android {
|
||||||
versionDev {
|
versionDev {
|
||||||
applicationId "com.nextcloud.android.beta"
|
applicationId "com.nextcloud.android.beta"
|
||||||
dimension "default"
|
dimension "default"
|
||||||
versionCode 20230409
|
versionCode 20230411
|
||||||
versionName "20230409"
|
versionName "20230411"
|
||||||
}
|
}
|
||||||
|
|
||||||
qa {
|
qa {
|
||||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
||||||
daggerVersion = "2.45"
|
daggerVersion = "2.45"
|
||||||
markwonVersion = "4.6.2"
|
markwonVersion = "4.6.2"
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
androidLibraryVersion ="da6e987ec6eb755b235e6d953c0d4e1d612c218b"
|
androidLibraryVersion ="8fe02ed908cb8de143110b894e7313dcf1492c0e"
|
||||||
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