mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 22:55:46 +03:00
daily dev 20190513
deffbd8b00
Ensure that userId is always present (#3909)504b3daa79
- testUserId() removes test state - removed commented codeb410e1bb09
[tx-robot] updated from transifex2c30e5e9f7
spotbugs: remove redundant null checks0a9e79988a
codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.ed24c43f42
revert lib back to master87dd10323a
- migrate userId - always fetch userId on account creationa6de22aa94
[tx-robot] updated from transifexbc11455e79
Merge pull request #3993 from nextcloud/debugWebView06a8a44494
Merge pull request #3997 from nextcloud/noFABonSearch75c65b49c8
enable webview debug on debug builds; disabled on productive builds1327b7e33a
Spotbugs: disable experimental BAS_BLOATED_ASSIGNMENT_SCOPE (#3998)57e01e240a
Drone: update FindBugs results to reflect reduced error/warning count [skip ci]1c76b9765e
disable experimental BAS_BLOATED_ASSIGNMENT_SCOPE: Method assigns a variable in a larger scope than is needed THIS DETECTOR IS HIGHLY EXPERIMENTAL AND IS LIKELY TO CREATE A LOT OF FUDc513959edb
show fab when navigating into a search
This commit is contained in:
parent
deffbd8b00
commit
8bc713ee46
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ android {
|
|||
versionDev {
|
||||
applicationId "com.nextcloud.android.beta"
|
||||
dimension "default"
|
||||
versionCode 20190502
|
||||
versionName "20190502"
|
||||
versionCode 20190513
|
||||
versionName "20190513"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue