mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 22:25:44 +03:00
daily dev 20220721
Update translations Update Nextcloud Android library
This commit is contained in:
parent
2434e84819
commit
d9bc4d0d88
4 changed files with 7 additions and 4 deletions
|
@ -129,8 +129,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20220322
|
||||
versionName "20220322"
|
||||
versionCode 20220721
|
||||
versionName "20220721"
|
||||
}
|
||||
|
||||
qa {
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
Update translations
|
||||
Update Nextcloud Android library
|
|
@ -2,7 +2,7 @@
|
|||
<resources>
|
||||
<!-- Beta indicator -->
|
||||
<bool name="is_beta">true</bool>
|
||||
<bool name="dev_version_direct_download_enabled">false</bool>
|
||||
<bool name="dev_version_direct_download_enabled">true</bool>
|
||||
|
||||
<!-- App name and other strings-->
|
||||
<string name="app_name">Nextcloud dev</string>
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
daggerVersion = "2.42"
|
||||
markwonVersion = "4.6.2"
|
||||
prismVersion = "2.0.0"
|
||||
androidLibraryVersion = "master-SNAPSHOT"
|
||||
androidLibraryVersion ="bedb8519ce9133e0f57677fca68145f733322dc9"
|
||||
mockitoVersion = "4.6.1"
|
||||
mockitoKotlinVersion = "4.0.0"
|
||||
mockkVersion = "1.12.4"
|
||||
|
|
Loading…
Reference in a new issue