We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca8aec commit a4836b5Copy full SHA for a4836b5
build.gradle
@@ -18,6 +18,7 @@ buildscript {
18
allprojects {
19
repositories {
20
jcenter()
21
+ google()
22
// 在Project的build.gradle里添加:maven { url "https://jitpack.io" }
23
// maven { url "https://jitpack.io" }
24
}
circularanim/build.gradle
@@ -10,7 +10,7 @@ android {
10
defaultConfig {
11
minSdkVersion 9
12
targetSdkVersion 27
13
- versionCode 7
+ versionCode 8
14
versionName "0.3.8"
15
16
buildTypes {
0 commit comments