Skip to content

Commit

Permalink
QVQ
Browse files Browse the repository at this point in the history
  • Loading branch information
pencilso committed Nov 10, 2017
1 parent 1ff5008 commit 82d001a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'

classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -23,6 +24,7 @@ allprojects {
url 'https://maven.google.com/'
name 'Google'
}
maven { url "https://jitpack.io" }
}
}

Expand Down
3 changes: 2 additions & 1 deletion svglibary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.pencilso' // 指定group,com.github.<用户名>
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
Expand Down

0 comments on commit 82d001a

Please sign in to comment.