From 30d795ebf40322a856077af7bbc19a2d62a812cc Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Thu, 26 Jan 2017 05:11:24 +0100 Subject: [PATCH] Updated dependencies. --- example/example.iml | 25 ++++++++++++----------- library/build.gradle | 6 +++--- library/library.iml | 48 +++++++++++++++++++++++--------------------- 3 files changed, 41 insertions(+), 38 deletions(-) diff --git a/example/example.iml b/example/example.iml index 53cf7f2..097cb36 100644 --- a/example/example.iml +++ b/example/example.iml @@ -93,24 +93,25 @@ - - - + - - - - - - - - + + + + + + + + + + - + + \ No newline at end of file diff --git a/library/build.gradle b/library/build.gradle index cfd9a6f..9ff838b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -19,9 +19,9 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:24.2.0' - compile 'com.android.support:cardview-v7:24.2.0' - compile 'com.github.michael-rapp:android-util:1.11.1' + compile 'com.android.support:appcompat-v7:25.1.0' + compile 'com.android.support:cardview-v7:25.1.0' + compile 'com.github.michael-rapp:android-util:1.12.3' testCompile 'junit:junit:4.12' androidTestCompile 'org.mockito:mockito-core:1.10.19' androidTestCompile 'com.google.dexmaker:dexmaker:1.2' diff --git a/library/library.iml b/library/library.iml index 5138a1e..8fc9d47 100644 --- a/library/library.iml +++ b/library/library.iml @@ -85,17 +85,18 @@ - - - - - - - - - - - + + + + + + + + + + + + @@ -107,24 +108,25 @@ - - - + - - - - - - - - + + + + + + + + + + - + + \ No newline at end of file