Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zengsong committed Oct 20, 2019
1 parent ead0472 commit 9345964
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
dependencies {
// compile fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':pickerview')
// implementation 'com.contrarywind:Android-PickerView:4.1.8'
// implementation 'com.contrarywind:wheelview:4.0.9'
// implementation 'com.contrarywind:Android-PickerView:4.1.9'
// implementation 'com.contrarywind:wheelview:4.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.google.code.gson:gson:2.7'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
// classpath 'com.novoda:bintray-release:0.9'
// classpath "com.novoda:bintray-release:0.9.1"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
8 changes: 4 additions & 4 deletions pickerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 33
versionName "4.1.8"
versionCode 34
versionName "4.1.9"
}
buildTypes {
release {
Expand All @@ -37,14 +37,14 @@ android {
// userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
// groupId = 'com.contrarywind'//JCenter上显示的路径 path
// artifactId = 'Android-PickerView'//项目名称 project name
// publishVersion = '4.1.8'//版本号 version code
// publishVersion = '4.1.9'//版本号 version code
// desc = 'this is a pickerview for android'//项目描述 description
// website = 'https://github.com/Bigkoo/Android-PickerView' //项目网址链接 link
//}

dependencies {
// compile fileTree(include: ['*.jar'], dir: 'libs')
api project(path: ':wheelview')
// api 'com.contrarywind:wheelview:4.0.9'
// api 'com.contrarywind:wheelview:4.1.0'
implementation 'com.android.support:support-annotations:28.0.0'
}
6 changes: 3 additions & 3 deletions wheelview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 30
versionName "4.0.9"
versionCode 31
versionName "4.1.0"
}
buildTypes {
release {
Expand All @@ -37,7 +37,7 @@ android {
// userOrg = 'contrarywind'//bintray.com 用户名/组织名 user/org name
// groupId = 'com.contrarywind'//JCenter上显示的路径 path
// artifactId = 'wheelview'//项目名称 project name
// publishVersion = '4.0.9'//版本号 version code
// publishVersion = '4.1.0'//版本号 version code
// desc = 'this is a wheelview for android'//项目描述 description
// website = 'https://github.com/Bigkoo/Android-PickerView' //项目网址链接 link
//}
Expand Down

0 comments on commit 9345964

Please sign in to comment.