Skip to content

Commit

Permalink
1. 修改 jitPack 地址。
Browse files Browse the repository at this point in the history
  • Loading branch information
qingw committed Dec 24, 2018
1 parent 95b04fd commit e2ac5bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
jcenter()
google()
mavenLocal()
maven { url "https://jitpack.io" }
maven { url 'https://www.jitpack.io' }

}
dependencies {
Expand All @@ -31,8 +31,8 @@ allprojects {
jcenter()
google()
mavenLocal()
maven { url "https://jitpack.io" }
maven { url 'https://www.jitpack.io' }

}
}

Expand Down

0 comments on commit e2ac5bd

Please sign in to comment.