Release TEESimulator 3.0

This commit is contained in:
JingMatrix
2025-12-06 16:59:28 +01:00
parent 17ab5b0e2c
commit 1a1334e3f3
3 changed files with 20 additions and 13 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 = "v2.1"
val verName = "v3.0"
android {
namespace = "org.matrix.TEESimulator"