From 3067e6805b3cb39eb1db7223be5e74daf4f92d02 Mon Sep 17 00:00:00 2001 From: "michael.rapp90@googlemail.com" Date: Fri, 6 Nov 2015 01:04:30 +0100 Subject: [PATCH] Updated dependency AndroidUtil to version 1.2.2. --- AndroidPreferenceActivity.iml | 2 +- example/example.iml | 2 +- library/build.gradle | 2 +- library/library.iml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AndroidPreferenceActivity.iml b/AndroidPreferenceActivity.iml index 2659b48..8bce6c0 100644 --- a/AndroidPreferenceActivity.iml +++ b/AndroidPreferenceActivity.iml @@ -1,5 +1,5 @@ - + diff --git a/example/example.iml b/example/example.iml index a66ba79..ccb99e5 100644 --- a/example/example.iml +++ b/example/example.iml @@ -1,5 +1,5 @@ - + diff --git a/library/build.gradle b/library/build.gradle index 8b305dc..f3e8fc7 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -24,7 +24,7 @@ android { dependencies { compile 'com.android.support:appcompat-v7:23.1.0' compile 'com.android.support:cardview-v7:23.1.0' - compile 'com.github.michael-rapp:android-util:1.2.1' + compile 'com.github.michael-rapp:android-util:1.2.2' 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 198f103..2b339b4 100644 --- a/library/library.iml +++ b/library/library.iml @@ -1,5 +1,5 @@ - + @@ -76,7 +76,7 @@ - + @@ -102,11 +102,11 @@ + - \ No newline at end of file