mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
daily dev 20190521
bd4bc646c
Merge pull request #4044 from nextcloud/fixToolbar5d4a966b4
add fix for app protection759558c46
Use account.hashCode instead of name as account switching value (#4031)c16622dd9
Fix IllegalStateException on Toolbar while activity recreation0bb4e72e9
Add test for IllegalStateException of FileDisplayActivity28c7e7469
use account.hashCode instead of name as account switching valued65ce6de5
[tx-robot] updated from transifex740aff425
daily dev 20190520
This commit is contained in:
parent
bd4bc646c6
commit
f88239b679
2 changed files with 10 additions and 2 deletions
|
@ -144,8 +144,8 @@ android {
|
||||||
versionDev {
|
versionDev {
|
||||||
applicationId "com.nextcloud.android.beta"
|
applicationId "com.nextcloud.android.beta"
|
||||||
dimension "default"
|
dimension "default"
|
||||||
versionCode 20190520
|
versionCode 20190521
|
||||||
versionName "20190520"
|
versionName "20190521"
|
||||||
}
|
}
|
||||||
|
|
||||||
qa {
|
qa {
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
bd4bc646c Merge pull request #4044 from nextcloud/fixToolbar
|
||||||
|
5d4a966b4 add fix for app protection
|
||||||
|
759558c46 Use account.hashCode instead of name as account switching value (#4031)
|
||||||
|
c16622dd9 Fix IllegalStateException on Toolbar while activity recreation
|
||||||
|
0bb4e72e9 Add test for IllegalStateException of FileDisplayActivity
|
||||||
|
28c7e7469 use account.hashCode instead of name as account switching value
|
||||||
|
d65ce6de5 [tx-robot] updated from transifex
|
||||||
|
740aff425 daily dev 20190520
|
Loading…
Reference in a new issue