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 {
2727// compile fileTree(dir: 'libs', include: ['*.jar'])
2828 implementation project(' :pickerview' )
2929// implementation 'com.contrarywind:Android-PickerView:4.1.9'
30+ // implementation 'com.github.LuckyCodeer:Android-PickerView:4.2.7'
3031// implementation 'com.contrarywind:wheelview:4.1.0'
3132 implementation ' com.android.support:appcompat-v7:26.1.0'
3233 implementation ' com.google.code.gson:gson:2.7'
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ buildscript {
44 repositories {
55 maven { url ' https://maven.aliyun.com/repository/public/' }
66 maven { url ' https://maven.aliyun.com/repository/google/' }
7+ maven { url ' https://jitpack.io' }
78 google()
89 mavenCentral()
910 }
1011 dependencies {
11- classpath ' com.android.tools.build:gradle:8.2.0 '
12+ classpath ' com.android.tools.build:gradle:7.1.2 '
1213// classpath "com.novoda:bintray-release:0.9.1"
1314// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1415 // NOTE: Do not place your application dependencies here; they belong
@@ -20,6 +21,7 @@ allprojects {
2021 repositories {
2122 maven { url ' https://maven.aliyun.com/repository/public/' }
2223 maven { url ' https://maven.aliyun.com/repository/google/' }
24+ maven { url ' https://jitpack.io' }
2325 google()
2426 mavenCentral()
2527 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments