File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ android {
2525dependencies {
2626// compile fileTree(dir: 'libs', include: ['*.jar'])
2727 implementation project(' :pickerview' )
28- // implementation 'com.contrarywind:Android-PickerView:4.1.8 '
29- // implementation 'com.contrarywind:wheelview:4.0.9 '
28+ // implementation 'com.contrarywind:Android-PickerView:4.1.9 '
29+ // implementation 'com.contrarywind:wheelview:4.1.0 '
3030 implementation ' com.android.support:appcompat-v7:26.1.0'
3131 implementation ' com.google.code.gson:gson:2.7'
3232}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 }
1111 dependencies {
1212 classpath ' com.android.tools.build:gradle:3.5.1'
13- // classpath ' com.novoda:bintray-release:0.9'
13+ // classpath " com.novoda:bintray-release:0.9.1"
1414 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
1515 // NOTE: Do not place your application dependencies here; they belong
1616 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 defaultConfig {
1111 minSdkVersion 14
1212 targetSdkVersion 26
13- versionCode 33
14- versionName " 4.1.8 "
13+ versionCode 34
14+ versionName " 4.1.9 "
1515 }
1616 buildTypes {
1717 release {
@@ -37,14 +37,14 @@ android {
3737// userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
3838// groupId = 'com.contrarywind'//JCenter上显示的路径 path
3939// artifactId = 'Android-PickerView'//项目名称 project name
40- // publishVersion = '4.1.8 '//版本号 version code
40+ // publishVersion = '4.1.9 '//版本号 version code
4141// desc = 'this is a pickerview for android'//项目描述 description
4242// website = 'https://github.com/Bigkoo/Android-PickerView' //项目网址链接 link
4343// }
4444
4545dependencies {
4646// compile fileTree(include: ['*.jar'], dir: 'libs')
4747 api project(path : ' :wheelview' )
48- // api 'com.contrarywind:wheelview:4.0.9 '
48+ // api 'com.contrarywind:wheelview:4.1.0 '
4949 implementation ' com.android.support:support-annotations:28.0.0'
5050}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
1010 defaultConfig {
1111 minSdkVersion 14
1212 targetSdkVersion 26
13- versionCode 30
14- versionName " 4.0.9 "
13+ versionCode 31
14+ versionName " 4.1.0 "
1515 }
1616 buildTypes {
1717 release {
@@ -37,7 +37,7 @@ android {
3737// userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
3838// groupId = 'com.contrarywind'//JCenter上显示的路径 path
3939// artifactId = 'wheelview'//项目名称 project name
40- // publishVersion = '4.0.9 '//版本号 version code
40+ // publishVersion = '4.1.0 '//版本号 version code
4141// desc = 'this is a wheelview for android'//项目描述 description
4242// website = 'https://github.com/Bigkoo/Android-PickerView' //项目网址链接 link
4343// }
You can’t perform that action at this time.
0 commit comments