mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
daily dev 20221117
Update Nextcloud Android library
This commit is contained in:
parent
5c10198f68
commit
aacd4865ad
3 changed files with 5 additions and 3 deletions
|
@ -142,8 +142,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20221116
|
||||
versionName "20221116"
|
||||
versionCode 20221117
|
||||
versionName "20221117"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
Update Nextcloud Android library
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
daggerVersion = "2.44.2"
|
||||
markwonVersion = "4.6.2"
|
||||
prismVersion = "2.0.0"
|
||||
androidLibraryVersion ="e39a3c4b2e2b61d86c7468f784702c7ff96c8bd4"
|
||||
androidLibraryVersion ="b428f94e7ad2871886c46ab082ad00b9c264f8ee"
|
||||
mockitoVersion = "4.9.0"
|
||||
mockitoKotlinVersion = "4.0.0"
|
||||
mockkVersion = "1.13.2"
|
||||
|
|
Loading…
Reference in a new issue