Merge branch 'flow' of flow/Mercury-IM into master

This commit is contained in:
Paul Schaub 2019-11-11 18:48:58 +01:00 committed by Gitea
commit 5f51586dfd
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@
```
git clone <project-url>
cd <project-directory>
git submodule init && git submodule update
git submodule update --init --recursive
gradle assembleDebug
```

View File

@ -37,7 +37,6 @@ allprojects {
// Exclude XmlPullParser from Smack dependencies, as its now provided by Android
// https://stackoverflow.com/questions/48488563/gradle-xpp3-error/48746294#48746294
all {
exclude group: 'xpp3', module: 'xpp3'
exclude group: 'xpp3', module: 'xpp3_min'
}
}