Skip to content

Commit

Permalink
更新至2.247
Browse files Browse the repository at this point in the history
  • Loading branch information
kymjs committed Sep 22, 2015
1 parent e6669c7 commit 0b23a6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KJFrame/kjframe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

version = "2.4.6.3"
version = "2.4.7"

android {
compileSdkVersion 22
Expand Down
2 changes: 1 addition & 1 deletion KJFrame/kjframe/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kymjs.kjframe"
android:versionCode="224"
android:versionName="2.2463" >
android:versionName="2.247" >

<uses-sdk
android:minSdkVersion="11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
public final class KJConfig {

public static final double VERSION = 2.2463;
public static final double VERSION = 2.247;

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

0 comments on commit 0b23a6c

Please sign in to comment.