daily dev 20190513

deffbd8b00 Ensure that userId is always present (#3909)
504b3daa79 - testUserId() removes test state - removed commented code
b410e1bb09 [tx-robot] updated from transifex
2c30e5e9f7 spotbugs: remove redundant null checks
0a9e79988a codacy: Avoid declaring a variable if it is unreferenced before a possible exit point.
ed24c43f42 revert lib back to master
87dd10323a - migrate userId - always fetch userId on account creation
a6de22aa94 [tx-robot] updated from transifex
bc11455e79 Merge pull request #3993 from nextcloud/debugWebView
06a8a44494 Merge pull request #3997 from nextcloud/noFABonSearch
75c65b49c8 enable webview debug on debug builds; disabled on productive builds
1327b7e33a 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 FUD
c513959edb show fab when navigating into a search
This commit is contained in:
Tobias Kaminsky 2019-05-13 09:24:51 +02:00
parent deffbd8b00
commit 8bc713ee46

View file

@ -144,8 +144,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20190502
versionName "20190502"
versionCode 20190513
versionName "20190513"
}
}
}