docs(release): bump to v4.4 with AOSP conformance changelog

This commit is contained in:
Enginex0
2026-03-16 13:26:34 +01:00
parent 1475c0be02
commit 2a9ce5e0c8
3 changed files with 13 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.3"
val verName = "v4.4"
android {
namespace = "org.matrix.TEESimulator"