Skip to content

Commit f7f7399

Browse files
author
mcxiaoke
committed
update libs, release v1.4.3
1 parent 008d5dc commit f7f7399

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
这个库是我在日常开发过程中积累下来的一些可复用组件,大部分都在我的工作项目和个人项目中有使用。
44

5-
最新版本: [![Maven Central](http://img.shields.io/badge/2016.10.25-com.mcxiaoke.next:core:1.4.2-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mcxiaoke.next%22)
5+
最新版本: [![Maven Central](http://img.shields.io/badge/2017.04.12-com.mcxiaoke.next:core:1.4.3-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mcxiaoke.next%22)
66

77
## Gradle集成
88

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.4.2
2-
VERSION_CODE=1402
1+
VERSION_NAME=1.4.3
2+
VERSION_CODE=1403
33
GROUP=com.mcxiaoke.next
44

55
POM_DESCRIPTION=Android Next Components: Cache, Task, Views, Widgets, Utils

http/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'com.android.library'
33
dependencies {
44
compile project(":core")
55
compile project(":task")
6-
compile 'com.squareup.okhttp3:okhttp:3.2.0'
7-
compile 'com.google.code.gson:gson:2.6.2'
6+
compile 'com.squareup.okhttp3:okhttp:3.6.0'
7+
compile 'com.google.code.gson:gson:2.8.0'
88

9-
testCompile 'com.google.code.gson:gson:2.6.2'
9+
testCompile 'com.google.code.gson:gson:2.7'
1010
testCompile 'junit:junit:4.12'
1111
testCompile 'org.mockito:mockito-core:1.10.19'
12-
androidTestCompile 'com.android.support.test:runner:0.3'
12+
androidTestCompile 'com.android.support.test:runner:0.5'
1313
androidTestCompile 'org.hamcrest:hamcrest-library:1.3'
1414
}
1515

0 commit comments

Comments
 (0)