aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-09-04 11:07:55 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-09-04 11:07:55 -0700
commit6f8eef68cd49e820cf979e28b34af8959ae2bf51 (patch)
tree3d39eb5650727fa328f256f1c7f98556f39e80fc /app/build.gradle
parent44c7bcfa9f7ae69fa481b100bcfba5e1387eee9c (diff)
downloadconnectbot-6f8eef68cd49e820cf979e28b34af8959ae2bf51.tar.gz
connectbot-6f8eef68cd49e820cf979e28b34af8959ae2bf51.tar.bz2
connectbot-6f8eef68cd49e820cf979e28b34af8959ae2bf51.zip
Bump the support library version from 23.0.0 to 23.0.1.
23.0.1. is the new version automatically downloaded in Android Studio.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e02e5bd..e10df39 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"
@@ -132,4 +132,4 @@ android.applicationVariants.all { variant ->
valuesFile.write(content, 'UTF-8')
}
}
-} \ No newline at end of file
+}