mirror of
https://github.com/nextcloud/android.git
synced 2024-12-22 16:54:33 +03:00
daily dev 20230615
Update Nextcloud Android library
This commit is contained in:
parent
7b996188da
commit
1a56fcfc30
3 changed files with 5 additions and 3 deletions
|
@ -144,8 +144,8 @@ android {
|
||||||
versionDev {
|
versionDev {
|
||||||
applicationId "com.nextcloud.android.beta"
|
applicationId "com.nextcloud.android.beta"
|
||||||
dimension "default"
|
dimension "default"
|
||||||
versionCode 20230614
|
versionCode 20230615
|
||||||
versionName "20230614"
|
versionName "20230615"
|
||||||
}
|
}
|
||||||
|
|
||||||
qa {
|
qa {
|
||||||
|
|
|
@ -8,7 +8,7 @@ buildscript {
|
||||||
daggerVersion = "2.46.1"
|
daggerVersion = "2.46.1"
|
||||||
markwonVersion = "4.6.2"
|
markwonVersion = "4.6.2"
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
androidLibraryVersion ="c2e2188ae3d9f1073860574e78d5a05a0cbc4e12"
|
androidLibraryVersion ="b815562fc7e64bb51020953abf487b9e1aaf2d5a"
|
||||||
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,2 @@
|
||||||
|
|
||||||
|
Update Nextcloud Android library
|
Loading…
Reference in a new issue