We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166c819 commit dfae830Copy full SHA for dfae830
Version.md
@@ -1,7 +1,8 @@
1
# [Tool-Tree](https://zenlua.github.io/Tool-Tree)
2
3
-**Beta**
+**Version: 1.3.9 (5-4-2026)**
4
5
++ Fix code
6
+ Fixes the issue where add-on patch ROM update notifications are not appearing
7
+ Supports swiping to switch tabs
8
app/src/main/AndroidManifest.xml
@@ -95,9 +95,6 @@
95
android:excludeFromRecents="true"
96
android:configChanges="orientation|screenSize"
97
android:launchMode="singleTop" />
98
- <activity
99
- android:name=".CodeRunnerActivity"
100
- android:exported="true"/>
101
<activity
102
android:theme="@style/AppThemeDark"
103
android:name=".CrashLogActivity"
app/src/main/java/com/tool/tree/CodeRunnerActivity.kt
0 commit comments