Skip to content

Commit 441a72f

Browse files
author
zengsong
committed
release version 4.1.8
1 parent bd54541 commit 441a72f

File tree

4 files changed

+42
-41
lines changed

4 files changed

+42
-41
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
dependencies {
2626
// compile fileTree(dir: 'libs', include: ['*.jar'])
2727
implementation project(':pickerview')
28-
// implementation 'com.contrarywind:Android-PickerView:4.1.7'
28+
// implementation 'com.contrarywind:Android-PickerView:4.1.8'
2929
// implementation 'com.contrarywind:wheelview:4.0.9'
3030
implementation 'com.android.support:appcompat-v7:26.1.0'
3131
implementation 'com.google.code.gson:gson:2.7'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ buildscript {
1010
}
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:3.4.0'
13-
classpath 'com.novoda:bintray-release:0.5.0'
14-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
13+
// classpath 'com.novoda:bintray-release:0.9'
14+
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
1717
}

pickerview/build.gradle

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
3-
apply plugin: 'com.novoda.bintray-release'//添加JCenter插件
3+
//apply plugin: 'com.novoda.bintray-release'//添加JCenter插件
44

55

66

@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 14
1212
targetSdkVersion 26
13-
versionCode 32
14-
versionName "4.1.7"
13+
versionCode 33
14+
versionName "4.1.8"
1515
}
1616
buildTypes {
1717
release {
@@ -24,26 +24,27 @@ android {
2424
}
2525
}
2626

27-
allprojects {
28-
tasks.withType(Javadoc) {//兼容中文字符
29-
options{
30-
encoding "UTF-8"
31-
charSet 'UTF-8'
32-
links "http://docs.oracle.com/javase/7/docs/api"
33-
}
34-
}
35-
}
36-
publish {
37-
userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
38-
groupId = 'com.contrarywind'//JCenter上显示的路径 path
39-
artifactId = 'Android-PickerView'//项目名称 project name
40-
publishVersion = '4.1.7'//版本号 version code
41-
desc = 'this is a pickerview for android'//项目描述 description
42-
website = 'https://github.com/Bigkoo/Android-PickerView' //项目网址链接 link
43-
}
27+
//allprojects {
28+
// tasks.withType(Javadoc) {//兼容中文字符
29+
// options{
30+
// encoding "UTF-8"
31+
// charSet 'UTF-8'
32+
// links "http://docs.oracle.com/javase/7/docs/api"
33+
// }
34+
// }
35+
//}
36+
//publish {
37+
// userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
38+
// groupId = 'com.contrarywind'//JCenter上显示的路径 path
39+
// artifactId = 'Android-PickerView'//项目名称 project name
40+
// publishVersion = '4.1.8'//版本号 version code
41+
// desc = 'this is a pickerview for android'//项目描述 description
42+
// website = 'https://github.com/Bigkoo/Android-PickerView' //项目网址链接 link
43+
//}
4444

4545
dependencies {
4646
// compile fileTree(include: ['*.jar'], dir: 'libs')
4747
api project(path: ':wheelview')
48+
// api 'com.contrarywind:wheelview:4.0.9'
4849
implementation 'com.android.support:support-annotations:28.0.0'
4950
}

wheelview/build.gradle

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
3-
apply plugin: 'com.novoda.bintray-release'//添加插件
3+
//apply plugin: 'com.novoda.bintray-release'//添加插件
44

55

66

@@ -24,23 +24,23 @@ android {
2424
}
2525
}
2626

27-
allprojects {
28-
tasks.withType(Javadoc) {//兼容中文字符
29-
options{
30-
encoding "UTF-8"
31-
charSet 'UTF-8'
32-
links "http://docs.oracle.com/javase/7/docs/api"
33-
}
34-
}
35-
}
36-
publish {
37-
userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
38-
groupId = 'com.contrarywind'//JCenter上显示的路径 path
39-
artifactId = 'wheelview'//项目名称 project name
40-
publishVersion = '4.0.9'//版本号 version code
41-
desc = 'this is a wheelview for android'//项目描述 description
42-
website = 'https://github.com/Bigkoo/Android-PickerView' //项目网址链接 link
43-
}
27+
//allprojects {
28+
// tasks.withType(Javadoc) {//兼容中文字符
29+
// options{
30+
// encoding "UTF-8"
31+
// charSet 'UTF-8'
32+
// links "http://docs.oracle.com/javase/7/docs/api"
33+
// }
34+
// }
35+
//}
36+
//publish {
37+
// userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
38+
// groupId = 'com.contrarywind'//JCenter上显示的路径 path
39+
// artifactId = 'wheelview'//项目名称 project name
40+
// publishVersion = '4.0.9'//版本号 version code
41+
// desc = 'this is a wheelview for android'//项目描述 description
42+
// website = 'https://github.com/Bigkoo/Android-PickerView' //项目网址链接 link
43+
//}
4444

4545
dependencies {
4646
// compile fileTree(include: ['*.jar'], dir: 'libs')

0 commit comments

Comments
 (0)