We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf4442 commit c8ad933Copy full SHA for c8ad933
build.gradle.kts
@@ -31,7 +31,7 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
31
32
val moduleId by extra("zygisksu")
33
val moduleName by extra("Zygisk on KernelSU")
34
-val verName by extra("v4-0.3.0")
+val verName by extra("v4-0.4.0")
35
val verCode by extra(gitCommitCount)
36
37
val androidMinSdkVersion by extra(29)
0 commit comments