Release v1.0

This commit is contained in:
JingMatrix
2025-11-02 18:42:17 +01:00
parent 54f80717dc
commit b02917aeda
5 changed files with 14 additions and 31 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ fun String.execute(currentWorkingDir: File = File("./")): String {
val gitCommitCount = "git rev-list HEAD --count".execute().toInt()
val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
val verName = "v2.1.0"
val verName = "v1.0"
android {
namespace = "org.matrix.TEESimulator"