Skip to content

Commit

Permalink
添加上传jetpack的buildGradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jikun2008 committed Jul 8, 2019
1 parent e9f2389 commit 6ca9964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {

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

Expand All @@ -19,6 +20,8 @@ allprojects {
google()
jcenter()

maven { url 'https://jitpack.io' }

}
}

Expand Down
2 changes: 2 additions & 0 deletions movelibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.jikun2008'
android {
compileSdkVersion rootProject.compileSdkVersion

Expand Down

0 comments on commit 6ca9964

Please sign in to comment.