Skip to content

Commit

Permalink
Upgraded dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Jul 12, 2015
1 parent 197687b commit 0e5d9b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
5 changes: 2 additions & 3 deletions debugdrawer-location/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.google.android.gms:play-services-location:7.3.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.google.android.gms:play-services-location:7.5.0'
compile project(':debugdrawer')
}

Expand Down
3 changes: 1 addition & 2 deletions debugdrawer-okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.squareup.okhttp:okhttp:2.2.0'
compile project(':debugdrawer')
}
Expand Down
3 changes: 1 addition & 2 deletions debugdrawer-picasso/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile project(':debugdrawer')
}
Expand Down
3 changes: 1 addition & 2 deletions debugdrawer-scalpel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.jakewharton.scalpel:scalpel:1.1.2'
compile project(':debugdrawer')
}
Expand Down
2 changes: 1 addition & 1 deletion debugdrawer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

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

apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

0 comments on commit 0e5d9b1

Please sign in to comment.