Skip to content

Commit

Permalink
为发布andx做准备
Browse files Browse the repository at this point in the history
  • Loading branch information
CysionLiu committed Jun 10, 2019
1 parent a40e4ec commit e303cdf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
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 {
classpath 'com.android.tools.build:gradle:3.2.0'

//jcenter
// classpath 'com.novoda:bintray-release:0.9'
classpath 'com.novoda:bintray-release:0.9'
}
}

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
20 changes: 10 additions & 10 deletions imagepicker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'com.android.library'
//apply plugin: 'com.novoda.bintray-release'
apply plugin: 'com.novoda.bintray-release'
android {
compileSdkVersion 28

Expand Down Expand Up @@ -33,12 +33,12 @@ dependencies {
compileOnly "io.reactivex.rxjava2:rxandroid:2.0.2"
}

//publish {
// userOrg = 'cysion1989'
// groupId = 'com.cysion'
// artifactId = 'ImagePicker'
// repoName='maven'
// publishVersion = '1.0.6'
// desc = '仿微信选择图片'
// website = 'https://**'
//}
publish {
userOrg = 'cysion1989'
groupId = 'com.cysion'
artifactId = 'ImagePicker'
repoName='maven'
publishVersion = '1.0.6.1'
desc = '仿微信选择图片'
website = 'https://**'
}

0 comments on commit e303cdf

Please sign in to comment.