Skip to content

Commit

Permalink
add google repo
Browse files Browse the repository at this point in the history
  • Loading branch information
XunMengWinter committed May 13, 2018
1 parent 9ca8aec commit a4836b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
// 在Project的build.gradle里添加:maven { url "https://jitpack.io" }
// maven { url "https://jitpack.io" }
}
Expand Down
2 changes: 1 addition & 1 deletion circularanim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 27
versionCode 7
versionCode 8
versionName "0.3.8"
}
buildTypes {
Expand Down

0 comments on commit a4836b5

Please sign in to comment.