diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-12 10:03:02 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-12 10:03:02 +0100 |
commit | e98d999b94e24cb1ac067683cade918167432907 (patch) | |
tree | 0fd0f4325dbc53de278fa3f4d2c92ca87742fd9e /build.gradle | |
parent | 9c87e2269cc1d427fab42047cd8993b6bfb07b6f (diff) |
axolotl resources changed from maven to jcenter
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 4a300e38..9df3c583 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ dependencies { compile name: 'swipy-1.2.1', ext: 'aar' compile name: 'axolotl-android-1.3.4', ext: 'aar' compile name: 'axolotl-java-1.3.4' - compile name: 'axolotl-curve25519-android-0.2.4', ext: 'aar' - compile name: 'axolotl-curve25519-java-0.2.4' + compile name: 'curve25519-android-0.2.4', ext: 'aar' // axolotl, loaded from jcenter + compile name: 'curve25519-java-0.2.4' // axolotl, loaded from jcenter compile name: 'android-crop-1.0.1', ext: 'aar' compile name: 'roundedimageview-2.2.0', ext: 'aar' compile name: 'switchbutton-1.2.8', ext: 'aar' // loaded from jcenter |