We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1e8af commit 470f173Copy full SHA for 470f173
app/src/main/AndroidManifest.xml
@@ -27,7 +27,7 @@
27
android:value="true" />
28
<meta-data
29
android:name="xposeddescription"
30
- android:value="Tim模块 QStory续作 开源免费请勿进行商业行为 仅供学习" />
+ android:value="Tim模块 QStory续作 开源免费仅供学习 请勿进行商业行为" />
31
32
android:name="xposedminversion"
33
android:value="93" />
app/src/main/java/top/sacz/timtool/hook/TimVersion.java
@@ -3,7 +3,7 @@
3
public class TimVersion {
4
5
public static long TIM_4_0_96 = 4010;
6
-
+ public static long TIM_4_97 = 4011;
7
8
public static String getAppName() {
9
return HookEnv.getAppName();
0 commit comments