Skip to content

Commit

Permalink
Updating build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Dec 18, 2016
1 parent dd1499d commit 8c39a98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand All @@ -31,10 +31,10 @@ android {
}

compileSdkVersion 25
buildToolsVersion '25.0.0'
buildToolsVersion '25.0.2'

dependencies {
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.squareup.okhttp3:okhttp:3.4.2'
}

Expand Down

0 comments on commit 8c39a98

Please sign in to comment.