From 049870e82728b0622d096cdda5e89d80e658e327 Mon Sep 17 00:00:00 2001 From: lzx Date: Thu, 28 Jul 2016 21:32:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LRecyclerview_library/build.gradle | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/LRecyclerview_library/build.gradle b/LRecyclerview_library/build.gradle index 6e89d4b..85e55f9 100644 --- a/LRecyclerview_library/build.gradle +++ b/LRecyclerview_library/build.gradle @@ -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' } @@ -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"