We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1603e78 commit e1b51a3Copy full SHA for e1b51a3
1 file changed
app/build.gradle.kts
@@ -29,7 +29,7 @@ val gitExecutor = objects.newInstance(GitExecutor::class.java)
29
30
val gitCommitCount = gitExecutor.execute("git rev-list HEAD --count", rootDir).toInt()
31
val gitCommitHash = gitExecutor.execute("git rev-parse --verify --short HEAD", rootDir)
32
-val verName = "v4.7"
+val verName = "v4.8"
33
34
android {
35
namespace = "org.matrix.TEESimulator"
0 commit comments