From ac08ef6f0e2e156fa44ffc1d152b05992ec24825 Mon Sep 17 00:00:00 2001 From: "Yii.Guxing" Date: Fri, 7 Apr 2017 00:26:35 +0800 Subject: [PATCH] jitPack --- build.gradle | 1 + sample/build.gradle | 3 +++ 2 files changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 711585a..e7b4966 100644 --- a/build.gradle +++ b/build.gradle @@ -17,6 +17,7 @@ buildscript { allprojects { repositories { jcenter() + maven { url 'https://jitpack.io' } } } diff --git a/sample/build.gradle b/sample/build.gradle index f5d7059..0d58b92 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -29,9 +29,12 @@ android { } } +//noinspection SpellCheckingInspection dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile project(':composition-avatar') + // compile 'com.github.YiiGuxing:CompositionAvatar:latest.release' + compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:support-v4:25.3.1' compile 'com.github.bumptech.glide:glide:3.7.0'