We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728f1c5 commit 2acf3f7Copy full SHA for 2acf3f7
build.gradle
@@ -7,6 +7,7 @@ buildscript {
7
dependencies {
8
classpath 'com.android.tools.build:gradle:2.1.0'
9
10
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
13
}
roundimageview/build.gradle
@@ -1,5 +1,8 @@
1
apply plugin: 'com.android.library'
2
3
+apply plugin: 'com.github.dcendents.android-maven'
4
+group='com.github.LineChen'
5
+
6
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
@@ -20,5 +23,4 @@ android {
20
23
21
24
22
25
compile fileTree(dir: 'libs', include: ['*.jar'])
- compile 'com.github.bumptech.glide:glide:3.7.0'
26
0 commit comments