Skip to content

Commit a4836b5

Browse files
committed
add google repo
1 parent 9ca8aec commit a4836b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ buildscript {
1818
allprojects {
1919
repositories {
2020
jcenter()
21+
google()
2122
// 在Project的build.gradle里添加:maven { url "https://jitpack.io" }
2223
// maven { url "https://jitpack.io" }
2324
}

circularanim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
defaultConfig {
1111
minSdkVersion 9
1212
targetSdkVersion 27
13-
versionCode 7
13+
versionCode 8
1414
versionName "0.3.8"
1515
}
1616
buildTypes {

0 commit comments

Comments
 (0)