mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
daily dev 20190928
5bcab439b
Merge pull request #4538 from nextcloud/ezaquarii/fix-broken-account-registration8954aafb5
Merge pull request #4545 from nextcloud/ezaquarii/speculative-fix-for-npe-in-log-df64485f27
Merge pull request #4539 from nextcloud/ezaquarii/fix-npe-crash-in-ocfilelistfragmentb498e8eee
[tx-robot] updated from transifexed704c632
Fix for NPE caused by Log.d in ThumbnailsCacheManager551c4d3f1
Fix NPE crash in OCFileListFragment when action mode is destroyed953ee005e
Fix registration of second account on first run6f8c91e44
Merge pull request #4532 from nextcloud/dependabot/gradle/com.github.bumptech.glide-glide-3.8.0357ee5e31
daily dev 20190926
This commit is contained in:
parent
5bcab439b4
commit
f10843e03c
2 changed files with 11 additions and 2 deletions
|
@ -153,8 +153,8 @@ android {
|
||||||
versionDev {
|
versionDev {
|
||||||
applicationId "com.nextcloud.android.beta"
|
applicationId "com.nextcloud.android.beta"
|
||||||
dimension "default"
|
dimension "default"
|
||||||
versionCode 20190926
|
versionCode 20190928
|
||||||
versionName "20190926"
|
versionName "20190928"
|
||||||
}
|
}
|
||||||
|
|
||||||
qa {
|
qa {
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
5bcab439b Merge pull request #4538 from nextcloud/ezaquarii/fix-broken-account-registration
|
||||||
|
8954aafb5 Merge pull request #4545 from nextcloud/ezaquarii/speculative-fix-for-npe-in-log-d
|
||||||
|
f64485f27 Merge pull request #4539 from nextcloud/ezaquarii/fix-npe-crash-in-ocfilelistfragment
|
||||||
|
b498e8eee [tx-robot] updated from transifex
|
||||||
|
ed704c632 Fix for NPE caused by Log.d in ThumbnailsCacheManager
|
||||||
|
551c4d3f1 Fix NPE crash in OCFileListFragment when action mode is destroyed
|
||||||
|
953ee005e Fix registration of second account on first run
|
||||||
|
6f8c91e44 Merge pull request #4532 from nextcloud/dependabot/gradle/com.github.bumptech.glide-glide-3.8.0
|
||||||
|
357ee5e31 daily dev 20190926
|
Loading…
Reference in a new issue