chore(build): bump to v4.0, update module metadata and add package script

Native certgen integration milestone. Adds action.sh/uninstall.sh to
customize.sh extraction loop, points update.json to fork, includes
build/deploy helper script.
This commit is contained in:
Enginex0
2026-03-09 21:51:48 +01:00
parent e5fb27c8f9
commit 71c30e68d0
4 changed files with 266 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 = "v3.1"
val verName = "v4.0"
android {
namespace = "org.matrix.TEESimulator"