diff options
author | Vitaly Takmazov | 2018-08-05 21:03:48 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-08-05 21:03:48 +0300 |
commit | 0d7dcb9c837bdd5f76f0f3202969d8b8a46b8d77 (patch) | |
tree | 7ec145aedd902dca8ccc985d9590af279679bc09 /build.gradle | |
parent | aa144cf6b8ca6a0f83c68b30bdecc4c8d32862db (diff) |
Revert "use juick-xmpp as submodule"
This reverts commit 44496ac4255b02cfbf1f4afe5e9e3988a59836bf.
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 0e0b31b8..bd76e3ba 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ allprojects { repositories { mavenCentral() jcenter() + maven { url "https://jitpack.io" } maven { url "https://repository.apache.org/content/repositories/snapshots/" } maven { url "https://oss.sonatype.org/content/repositories/snapshots" } } |