File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies {
27
27
// compile fileTree(dir: 'libs', include: ['*.jar'])
28
28
implementation project(' :pickerview' )
29
29
// implementation 'com.contrarywind:Android-PickerView:4.1.9'
30
+ // implementation 'com.github.LuckyCodeer:Android-PickerView:4.2.7'
30
31
// implementation 'com.contrarywind:wheelview:4.1.0'
31
32
implementation ' com.android.support:appcompat-v7:26.1.0'
32
33
implementation ' com.google.code.gson:gson:2.7'
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ buildscript {
4
4
repositories {
5
5
maven { url ' https://maven.aliyun.com/repository/public/' }
6
6
maven { url ' https://maven.aliyun.com/repository/google/' }
7
+ maven { url ' https://jitpack.io' }
7
8
google()
8
9
mavenCentral()
9
10
}
10
11
dependencies {
11
- classpath ' com.android.tools.build:gradle:8.2.0 '
12
+ classpath ' com.android.tools.build:gradle:7.1.2 '
12
13
// classpath "com.novoda:bintray-release:0.9.1"
13
14
// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
14
15
// NOTE: Do not place your application dependencies here; they belong
@@ -20,6 +21,7 @@ allprojects {
20
21
repositories {
21
22
maven { url ' https://maven.aliyun.com/repository/public/' }
22
23
maven { url ' https://maven.aliyun.com/repository/google/' }
24
+ maven { url ' https://jitpack.io' }
23
25
google()
24
26
mavenCentral()
25
27
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://mirrors.cloud.tencent.com/gradle/gradle-8 .2-bin.zip
3
+ distributionUrl =https\://mirrors.cloud.tencent.com/gradle/gradle-7 .2-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments