mirror of
https://github.com/nextcloud/android.git
synced 2024-12-20 07:52:18 +03:00
daily dev 20220924
PassCodeManager: fix compilation error with kotlin 1.7.10 Update translations Update Nextcloud Android library Update 3rd-party dependencies
This commit is contained in:
parent
1ffcc56572
commit
e077aa6f10
3 changed files with 7 additions and 3 deletions
|
@ -134,8 +134,8 @@ android {
|
||||||
versionDev {
|
versionDev {
|
||||||
applicationId "com.nextcloud.android.beta"
|
applicationId "com.nextcloud.android.beta"
|
||||||
dimension "default"
|
dimension "default"
|
||||||
versionCode 20220921
|
versionCode 20220924
|
||||||
versionName "20220921"
|
versionName "20220924"
|
||||||
}
|
}
|
||||||
|
|
||||||
qa {
|
qa {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
PassCodeManager: fix compilation error with kotlin 1.7.10
|
||||||
|
Update translations
|
||||||
|
Update Nextcloud Android library
|
||||||
|
Update 3rd-party dependencies
|
|
@ -6,7 +6,7 @@ buildscript {
|
||||||
daggerVersion = "2.44"
|
daggerVersion = "2.44"
|
||||||
markwonVersion = "4.6.2"
|
markwonVersion = "4.6.2"
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
androidLibraryVersion ="a0db1afaa7483fa72aaee45050f68d3fc67a7df2"
|
androidLibraryVersion ="155d0e96601fd7f012ebdb88dbf762eab05907be"
|
||||||
mockitoVersion = "4.8.0"
|
mockitoVersion = "4.8.0"
|
||||||
mockitoKotlinVersion = "4.0.0"
|
mockitoKotlinVersion = "4.0.0"
|
||||||
mockkVersion = "1.12.5"
|
mockkVersion = "1.12.5"
|
||||||
|
|
Loading…
Reference in a new issue