aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
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"