Index: shared/build.gradle |
diff --git a/shared/build.gradle b/shared/build.gradle |
index e7fd29b451a846197c42ba4eb0e31f7549495003..b3cc1a7c7efbedad62668a2eae964216582757ae 100644 |
--- a/shared/build.gradle |
+++ b/shared/build.gradle |
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library' |
android { |
compileSdkVersion 23 |
- buildToolsVersion "23.0.1" |
+ buildToolsVersion "23.0.2" |
defaultConfig { |
minSdkVersion 15 |
@@ -20,6 +20,6 @@ android { |
dependencies { |
compile fileTree(dir: 'libs', include: ['*.jar']) |
- compile 'com.android.support:appcompat-v7:23.1.1' |
- provided 'com.android.support:customtabs:23.1.1' |
+ compile 'com.android.support:appcompat-v7:23.2.0' |
+ provided 'com.android.support:customtabs:23.2.0' |
} |