Skip to content

Commit

Permalink
update appcompat-v7:22.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesilva committed Apr 25, 2015
1 parent 972b858 commit 584e564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -22,7 +22,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.jakewharton:butterknife:6.1.0'
compile project(':library')
compile project(':library-material')
Expand Down
2 changes: 1 addition & 1 deletion library-material/build.gradle
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.rengwuxian.materialedittext:library:2.0.3'
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.0'
compile 'com.android.support:appcompat-v7:22.1.1'
}

apply from: '../maven_push.gradle'

0 comments on commit 584e564

Please sign in to comment.