Skip to content

Commit

Permalink
use latest build tools & sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
blundell committed Mar 27, 2015
1 parent 61fcbee commit 68f2168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
compileSdkVersion 22
buildToolsVersion "22.0.0"

defaultConfig {
applicationId "com.blundell.tests"
minSdkVersion 15
targetSdkVersion 20
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 68f2168

Please sign in to comment.