We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0530fdd commit 67ff684Copy full SHA for 67ff684
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
本项目遵循 [语义化版本](https://semver.org/spec/v2.0.0.html)。
6
7
+## v4.1.0
8
+
9
+- fix: linux CXXABL1.3.13'not found problem
10
11
## v4.0.0
12
13
- fix linux system error:The following packages have unmet dependencies
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
agp = "8.7.3"
3
-app-version="4.0.0"
+app-version="4.1.0"
android-compileSdk = "35"
android-minSdk = "29"
android-targetSdk = "35"
0 commit comments