Skip to content

Commit a4c2223

Browse files
committed
更新
1 parent f8902b1 commit a4c2223

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

KJFrame/kjframe/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.jfrog.bintray'
33
apply plugin: 'com.github.dcendents.android-maven'
44

5-
version = "2.6"
5+
version = "2.6.0.1"
66

77
android {
88
compileSdkVersion 23

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ KJFrameForAndroid的设计思想是通过封装Android原生SDK中复杂的复
77
####AndroidStudio
88
build.gradle中添加:
99
```
10-
compile 'org.kymjs.kjframe:kjframe:2.5.5'
10+
compile 'org.kymjs.kjframe:kjframe:2.6'
1111
```
1212
####eclipse
1313
复制jar包 [KJFrameForAndroid_v2.x](https://github.com/kymjs/KJFrameForAndroid/tree/master/binrary) 到你工程的/libs目录中.

0 commit comments

Comments
 (0)