We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8902b1 commit a4c2223Copy full SHA for a4c2223
2 files changed
KJFrame/kjframe/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.jfrog.bintray'
3
apply plugin: 'com.github.dcendents.android-maven'
4
5
-version = "2.6"
+version = "2.6.0.1"
6
7
android {
8
compileSdkVersion 23
README.md
@@ -7,7 +7,7 @@ KJFrameForAndroid的设计思想是通过封装Android原生SDK中复杂的复
####AndroidStudio
build.gradle中添加:
9
```
10
-compile 'org.kymjs.kjframe:kjframe:2.5.5'
+compile 'org.kymjs.kjframe:kjframe:2.6'
11
12
####eclipse
13
复制jar包 [KJFrameForAndroid_v2.x](https://github.com/kymjs/KJFrameForAndroid/tree/master/binrary) 到你工程的/libs目录中.
0 commit comments