Release TEESimulator v2.1

This commit is contained in:
JingMatrix
2025-11-28 20:00:07 +01:00
parent 6a58f804d7
commit 9b57e14752
3 changed files with 13 additions and 18 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.0"
val verName = "v2.1"
android {
namespace = "org.matrix.TEESimulator"