Skip to content

Commit c07eb03

Browse files
committed
修改gradle版本
暴露一些控件api
1 parent 460601a commit c07eb03

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)