daily dev 20190803

0469db38c Fix local state if fragment is initialized before services (#4262)
bfb3bfd9e Fix upload and delete to actually delete (#4287)
0711815a7 [tx-robot] updated from transifex
017e85109 daily dev 20190802
This commit is contained in:
Tobias Kaminsky 2019-08-03 03:34:53 +02:00
parent 0469db38ca
commit bf1a8754c7
2 changed files with 6 additions and 2 deletions

View file

@ -153,8 +153,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20190802
versionName "20190802"
versionCode 20190803
versionName "20190803"
}
qa {

View file

@ -0,0 +1,4 @@
0469db38c Fix local state if fragment is initialized before services (#4262)
bfb3bfd9e Fix upload and delete to actually delete (#4287)
0711815a7 [tx-robot] updated from transifex
017e85109 daily dev 20190802