Skip to content

Commit

Permalink
FIX #12 : Update Android Support Libraries to 26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed Jul 25, 2017
1 parent 13c3d5a commit 544128b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def keystoreProperties = new Properties()
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

android {
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion '26.0.1'
defaultConfig {
applicationId "fr.husta.android.dockersearch"
Expand Down Expand Up @@ -62,9 +62,10 @@ 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.4.0'
compile 'com.android.support:design:25.4.0'
compile 'com.android.support:customtabs:25.4.0'
compile 'com.android.support:appcompat-v7:26.0.0'
compile 'com.android.support:design:26.0.0'
compile 'com.android.support:customtabs:26.0.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

0 comments on commit 544128b

Please sign in to comment.