Skip to content

Commit

Permalink
new version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Oct 14, 2019
1 parent e252edf commit 67fe317
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 24 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="nil.nadph.qnotified"
android:versionName="0.3.1"
android:versionCode="13">
android:versionName="0.3.4"
android:versionCode="14">

<uses-sdk
android:targetSdkVersion="27"
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/assets/xposed_init
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
nil.nadph.qnotified.HookEntry

nil.nadph.qnotified.HookEntry
4 changes: 2 additions & 2 deletions app/src/main/java/nil/nadph/qnotified/util/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ private Utils() {

public static boolean DEBUG = true;
public static boolean V_TOAST = false;
public static final String QN_VERSION_NAME = "0.3.1test";
public static final int QN_VERSION_CODE = 13;
public static final String QN_VERSION_NAME = "0.3.4";
public static final int QN_VERSION_CODE = 14;

public static final String PACKAGE_NAME_QQ = "com.tencent.mobileqq";
public static final String PACKAGE_NAME_QQ_INTERNATIONAL = "com.tencent.mobileqqi";
Expand Down
24 changes: 6 additions & 18 deletions update_info
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
[
{
"code": 13,
"name": "0.3.1",
"code": 14,
"name": "0.3.4",
"taichi": false,
"beta": false,
"time": 1570885064,
"md5": "31d6d65f38da5b629d5011252b3b3483",
"desc": "- 添加TIM支持\n- 添加图片方式打开闪照和表情包功能\n- 添加复读机功能\n- 添加收藏更多表情\n- 添加语音转发功能",
"time": 1571028428,
"md5": "271cadcdd7cbab587c9b46a6d7e26453",
"desc": "0.3.4:修复上个版本的无法使用和闪照bug\n上个版本0.3.1:\n- 添加TIM支持\n- 添加图片方式打开闪照和表情包功能\n- 添加复读机功能\n- 添加收藏更多表情\n- 添加语音转发功能",
"urls": [
"https://github.com/cinit/QNotified/releases/download/v0.3.1/QNotified_031.apk"
]
},
{
"code": 10,
"name": "0.2.0",
"taichi": true,
"beta": false,
"time": 1567739532,
"md5": "a02b2a99ff11c1051e17928cff9cfa5c",
"desc": "- 添加813支持\n- 添加@全体成员和群红包通知屏蔽功能\n- 修复长按删除记录,添加重置模块功能\n- 添加更新检测\n- 添加隐藏入口开关",
"urls": [
"https://github.com/cinit/QNotified/releases/download/v0.2.0/QNotified_020.apk"
"https://github.com/cinit/QNotified/releases/download/v0.3.4/QNotified_034.apk"
]
}
]

0 comments on commit 67fe317

Please sign in to comment.