File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/org/kymjs/kjframe/utils Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' com.jfrog.bintray'
3
3
apply plugin : ' com.github.dcendents.android-maven'
4
4
5
- version = " 2.4.6.3 "
5
+ version = " 2.4.7 "
6
6
7
7
android {
8
8
compileSdkVersion 22
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" org.kymjs.kjframe"
3
3
android : versionCode =" 224"
4
- android : versionName =" 2.2463 " >
4
+ android : versionName =" 2.247 " >
5
5
6
6
<uses-sdk
7
7
android : minSdkVersion =" 11"
Original file line number Diff line number Diff line change 21
21
*/
22
22
public final class KJConfig {
23
23
24
- public static final double VERSION = 2.2463 ;
24
+ public static final double VERSION = 2.247 ;
25
25
26
26
/** 错误处理广播 */
27
27
public static final String RECEIVER_ERROR = KJConfig .class .getName ()
You can’t perform that action at this time.
0 commit comments