Skip to content

Commit 470f173

Browse files
committed
chore:update tim version
1 parent ef1e8af commit 470f173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
android:value="true" />
2828
<meta-data
2929
android:name="xposeddescription"
30-
android:value="Tim模块 QStory续作 开源免费请勿进行商业行为 仅供学习" />
30+
android:value="Tim模块 QStory续作 开源免费仅供学习 请勿进行商业行为" />
3131
<meta-data
3232
android:name="xposedminversion"
3333
android:value="93" />

app/src/main/java/top/sacz/timtool/hook/TimVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
public class TimVersion {
44

55
public static long TIM_4_0_96 = 4010;
6-
6+
public static long TIM_4_97 = 4011;
77

88
public static String getAppName() {
99
return HookEnv.getAppName();

0 commit comments

Comments
 (0)