Skip to content

Commit

Permalink
修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lzx authored and lzx committed Jul 28, 2016
1 parent 362fb27 commit 049870e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions LRecyclerview_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:recyclerview-v7:24.0.0'
compile 'com.github.jdsjlzx:LRecyclerView:-SNAPSHOT'
compile 'com.github.jdsjlzx:LRecyclerView:755dee05ad'
compile 'com.github.jdsjlzx:LRecyclerView:3f650c21b0'
compile 'com.github.jdsjlzx:LRecyclerView:731cb4448d'
compile 'com.github.jdsjlzx:LRecyclerView:aa4930ed03'
compile 'com.github.jdsjlzx:LRecyclerView:1.0.0'
}


Expand Down Expand Up @@ -91,8 +87,8 @@ artifacts {
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())
bintray {
user = properties.getProperty("BINTRAY_USER")
key = properties.getProperty("BINTRAY_KEY")
user = properties.getProperty("bintray.user")
key = properties.getProperty("bintray.apikey")
configurations = ['archives']
pkg {
repo = "maven"
Expand Down

0 comments on commit 049870e

Please sign in to comment.