From 6b37d407bec0d6332d7a04f962f84e197d506c46 Mon Sep 17 00:00:00 2001 From: VEINHORN Date: Fri, 18 Mar 2016 20:38:37 +0300 Subject: [PATCH] updated dependencies --- build.gradle | 2 +- sample/build.gradle | 2 +- swipe-selector/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 630c771..4311d6d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:1.5.0' - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4' + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong diff --git a/sample/build.gradle b/sample/build.gradle index 6ae75b6..a69ea55 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -22,6 +22,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.2.0' + compile 'com.android.support:appcompat-v7:23.2.1' compile project(':swipe-selector') } diff --git a/swipe-selector/build.gradle b/swipe-selector/build.gradle index 6d17349..65e8fe0 100644 --- a/swipe-selector/build.gradle +++ b/swipe-selector/build.gradle @@ -45,7 +45,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.2.0' + compile 'com.android.support:appcompat-v7:23.2.1' } apply plugin: 'com.github.dcendents.android-maven'