Skip to content

Commit

Permalink
FIX #13 : Update Android SDK build tools to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed Jul 25, 2017
1 parent 86c3b30 commit 13c3d5a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keystoreProperties.load(new FileInputStream(keystorePropertiesFile))

android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
buildToolsVersion '26.0.1'
defaultConfig {
applicationId "fr.husta.android.dockersearch"
minSdkVersion 17 // JB 4.2
Expand Down Expand Up @@ -65,16 +65,12 @@ dependencies {
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 'org.apache.commons:commons-lang3:3.5'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-jackson:2.3.0'

compile 'com.fasterxml.jackson.core:jackson-databind:2.8.9'
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.8.9'

compile 'joda-time:joda-time:2.9.9'

testCompile 'junit:junit:4.12'
// can't use java.nio.file.*
testCompile 'org.assertj:assertj-core:1.7.1'
Expand Down

0 comments on commit 13c3d5a

Please sign in to comment.