bump to v1.0.1

This commit is contained in:
5ec1cff
2024-07-16 23:19:11 +08:00
parent 46f455e4ba
commit 963ff9d277

View File

@@ -24,7 +24,7 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
// also the soname
val moduleId by extra("tricky_store")
val moduleName by extra("Tricky Store")
val verName by extra("v1")
val verName by extra("v1.0.1")
val verCode by extra(gitCommitCount)
val commitHash by extra(gitCommitHash)
val abiList by extra(listOf("arm64-v8a", "x86_64"))