Skip to content

Commit

Permalink
Updated support library and build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Jun 9, 2015
1 parent 2f98d8a commit fc2bc73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ repositories {
dependencies {
compile 'commons-lang:commons-lang:2.6'
compile 'com.mcxiaoke.volley:library:1.0.10'
compile 'com.android.support:support-v13:21.0.3'
compile 'com.android.support:support-v13:22.2.0'
}

android {
publishNonDefault true

compileSdkVersion 19
buildToolsVersion "21.1.1"
compileSdkVersion 22
buildToolsVersion '22.0.1'

defaultConfig {
versionName "1.5.0"
minSdkVersion 14
targetSdkVersion 19
targetSdkVersion 22
}
}

Expand Down

0 comments on commit fc2bc73

Please sign in to comment.