daily dev 20220721

Update translations
Update Nextcloud Android library
This commit is contained in:
Tobias Kaminsky 2022-07-21 10:03:01 +02:00
parent 2434e84819
commit d9bc4d0d88
4 changed files with 7 additions and 4 deletions

View file

@ -129,8 +129,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220322
versionName "20220322"
versionCode 20220721
versionName "20220721"
}
qa {

View file

@ -0,0 +1,3 @@
Update translations
Update Nextcloud Android library

View file

@ -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>

View file

@ -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"