Skip to content

Commit 2acf3f7

Browse files
committed
update
1 parent 728f1c5 commit 2acf3f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ buildscript {
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.1.0'
99

10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
1011
// NOTE: Do not place your application dependencies here; they belong
1112
// in the individual module build.gradle files
1213
}

roundimageview/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
apply plugin: 'com.android.library'
22

3+
apply plugin: 'com.github.dcendents.android-maven'
4+
group='com.github.LineChen'
5+
36
android {
47
compileSdkVersion 23
58
buildToolsVersion "23.0.3"
@@ -20,5 +23,4 @@ android {
2023

2124
dependencies {
2225
compile fileTree(dir: 'libs', include: ['*.jar'])
23-
compile 'com.github.bumptech.glide:glide:3.7.0'
2426
}

0 commit comments

Comments
 (0)