aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
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
+}