diff options
author | Kenny Root <kenny@the-b.org> | 2015-09-03 15:17:49 -0700 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2015-09-03 15:17:51 -0700 |
commit | b2b1d8436baafb539ec9965150812aa792bc4e84 (patch) | |
tree | f9e4f37ca8cba29f902d198688b655c903c433bb /app/build.gradle | |
parent | 5a597c1ff8705588a70fdb3092a63b56ffb4c02a (diff) | |
download | connectbot-b2b1d8436baafb539ec9965150812aa792bc4e84.tar.gz connectbot-b2b1d8436baafb539ec9965150812aa792bc4e84.tar.bz2 connectbot-b2b1d8436baafb539ec9965150812aa792bc4e84.zip |
Update to newer support library 23.0.0 -> 23.0.1
Travis-CI was actually freaking out about this.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4200181..f76992c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,9 +59,9 @@ android { } dependencies { - compile "com.android.support:support-v4:23.0.0" - compile "com.android.support:appcompat-v7:23.0.0" - compile "com.android.support:design:23.0.0" + compile "com.android.support:support-v4:23.0.1" + compile "com.android.support:appcompat-v7:23.0.1" + compile "com.android.support:design:23.0.1" androidTestCompile('com.android.support.test:runner:0.3') { exclude module: "support-annotations" |