Skip to content

Commit

Permalink
feat:增加jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
NBXXF committed Jan 11, 2021
1 parent 512ff0f commit 2d88029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'

classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand All @@ -17,6 +17,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
flatDir {
dirs 'libs'
}
Expand Down

0 comments on commit 2d88029

Please sign in to comment.