Skip to content

Commit

Permalink
set targetSdkVersion to 23 and clean up lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Aug 28, 2015
1 parent 2b95b43 commit 6e4d198
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WordPressUtils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ repositories {
}

dependencies {
compile 'commons-lang:commons-lang:2.6'
compile 'com.mcxiaoke.volley:library:1.0.10'
compile('commons-lang:commons-lang:2.6') {
exclude group: 'commons-logging'
}
compile 'com.mcxiaoke.volley:library:1.0.18'
compile 'com.android.support:support-v13:23.0.0'
}

Expand All @@ -32,7 +34,7 @@ android {
defaultConfig {
versionName "1.5.0"
minSdkVersion 14
targetSdkVersion 22
targetSdkVersion 23
}
}

Expand Down

0 comments on commit 6e4d198

Please sign in to comment.