Skip to content

Commit 58440ae

Browse files
committed
set targetSdkVersion to 23 and clean up lib dependencies
1 parent 5b825d3 commit 58440ae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

WordPressUtils/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compile 'commons-lang:commons-lang:2.6'
20-
compile 'com.mcxiaoke.volley:library:1.0.10'
19+
compile('commons-lang:commons-lang:2.6') {
20+
exclude group: 'commons-logging'
21+
}
22+
compile 'com.mcxiaoke.volley:library:1.0.18'
2123
compile 'com.android.support:support-v13:23.0.0'
2224
}
2325

@@ -32,7 +34,7 @@ android {
3234
defaultConfig {
3335
versionName "1.5.0"
3436
minSdkVersion 14
35-
targetSdkVersion 22
37+
targetSdkVersion 23
3638
}
3739
}
3840

0 commit comments

Comments
 (0)