chore(version): bump to v5.0 with changelog for AOSP compliance overhaul

This commit is contained in:
Enginex0
2026-03-19 07:36:20 +01:00
parent 91070d7ede
commit c6587c5447
2 changed files with 43 additions and 1 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.8"
val verName = "v5.0"
android {
namespace = "org.matrix.TEESimulator"