File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - oraclejdk8
66android :
77 components :
8- - build-tools-23 .0.1
9- - android-23
8+ - build-tools-25 .0.0
9+ - android-25
1010 - extra-android-support
1111 - extra-android-m2repository
1212script :
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
2222}
2323
2424dependencies {
25- // compile fileTree(dir: 'libs', include: ['AndroidPicker-1.4.3 .jar'])
26- // compile fileTree(dir: 'libs', include: ['WheelPicker-1.4.3 .jar'])
25+ // compile fileTree(dir: 'libs', include: ['AndroidPicker-1.4.4 .jar'])
26+ // compile fileTree(dir: 'libs', include: ['WheelPicker-1.4.4 .jar'])
2727 compile ' com.alibaba:fastjson:1.1.55.android'
2828 compile ' com.github.florent37:viewanimator:1.0.3'
2929 compile project(' :library:WheelPicker' )
@@ -32,7 +32,7 @@ dependencies {
3232// compile 'cn.qqtheme.framework:WheelPicker:latest.release'
3333// compile 'cn.qqtheme.framework:FilePicker:latest.release'
3434// compile 'cn.qqtheme.framework:ColorPicker:latest.release'
35- // compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.4.3 '
36- // compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.4.3 '
37- // compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.4.3 '
35+ // compile 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:1.4.4 '
36+ // compile 'com.github.gzu-liyujiang.AndroidPicker:FilePicker:1.4.4 '
37+ // compile 'com.github.gzu-liyujiang.AndroidPicker:ColorPicker:1.4.4 '
3838}
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ com.android.build.gradle.overridePathCheck=true
1515# android.useDeprecatedNdk=true
1616
1717# 下面定义一些常量供gradle脚本使用
18- VERSION_NAME =1.4.3
19- VERSION_CODE =143
20- COMPILE_SDK_VERSION =23
18+ VERSION_NAME =1.4.4
19+ VERSION_CODE =144
20+ COMPILE_SDK_VERSION =25
2121MIN_SDK_VERSION =14
2222# 安卓6.0开始(API23+),需要动态申请权限
2323TARGET_SDK_VERSION =23
Original file line number Diff line number Diff line change 99dependencies {
1010 compile project(" :library:Common" )
1111}
12-
13- android {
14- buildToolsVersion ' 25.0.0'
15- }
You can’t perform that action at this time.
0 commit comments