docs(release): bump to v4.1 with changelog and update metadata

versionCode=94 matches post-commit count.
This commit is contained in:
Enginex0
2026-03-10 13:00:57 +01:00
parent 25f3f753ff
commit 9807f89b71
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ val gitExecutor = objects.newInstance(GitExecutor::class.java)
val gitCommitCount = gitExecutor.execute("git rev-list HEAD --count", rootDir).toInt()
val gitCommitHash = gitExecutor.execute("git rev-parse --verify --short HEAD", rootDir)
val verName = "v4.0"
val verName = "v4.1"
android {
namespace = "org.matrix.TEESimulator"