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"