bump to 1.0.3

This commit is contained in:
5ec1cff
2024-07-28 21:45:40 +08:00
parent 479459d863
commit 6f82e4011b
2 changed files with 12 additions and 4 deletions

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.0.2")
val verName by extra("v1.0.3")
val verCode by extra(gitCommitCount)
val commitHash by extra(gitCommitHash)
val abiList by extra(listOf("arm64-v8a", "x86_64"))