Skip to content

Commit 0b23a6c

Browse files
committed
更新至2.247
1 parent e6669c7 commit 0b23a6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.4.6.3"
5+
version = "2.4.7"
66

77
android {
88
compileSdkVersion 22

KJFrame/kjframe/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="org.kymjs.kjframe"
33
android:versionCode="224"
4-
android:versionName="2.2463" >
4+
android:versionName="2.247" >
55

66
<uses-sdk
77
android:minSdkVersion="11"

KJFrame/kjframe/src/main/java/org/kymjs/kjframe/utils/KJConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
public final class KJConfig {
2323

24-
public static final double VERSION = 2.2463;
24+
public static final double VERSION = 2.247;
2525

2626
/** 错误处理广播 */
2727
public static final String RECEIVER_ERROR = KJConfig.class.getName()

0 commit comments

Comments
 (0)