We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476aad1 commit 9b2eb75Copy full SHA for 9b2eb75
2 files changed
Version.md
@@ -1,5 +1,9 @@
1
# [Tool-Tree](https://zenlua.github.io/Tool-Tree)
2
3
+**Version: 1.2.9 (dev action)**
4
+
5
++ Allows quick project selection
6
7
**Version: 1.2.8 (5-2-2026)**
8
9
+ Revise the UI loading list of applications.
pio/build.gradle
@@ -20,7 +20,7 @@ android {
20
minSdkVersion 23
21
targetSdkVersion 28
22
versionCode Integer.parseInt(new java.text.SimpleDateFormat("yyMMddHH").format(new Date()))
23
- versionName "1.2.8"
+ versionName "1.2.9"
24
}
25
signingConfigs {
26
release {
0 commit comments