Skip to content

Commit

Permalink
FIX #5 : Update Android Support Libraries to 25.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed Jun 15, 2017
1 parent 41d0def commit 41a8468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:appcompat-v7:25.4.0'
compile 'com.android.support:design:25.4.0'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-jackson:2.3.0'
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ buildscript {
allprojects {
repositories {
jcenter()
// https://developer.android.com/topic/libraries/support-library/setup.html#add-library
maven {
url "https://maven.google.com"
}
}
}

Expand Down

0 comments on commit 41a8468

Please sign in to comment.