You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
bump to v1.0.1
This commit is contained in:
@@ -24,7 +24,7 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
|
|||||||
// also the soname
|
// also the soname
|
||||||
val moduleId by extra("tricky_store")
|
val moduleId by extra("tricky_store")
|
||||||
val moduleName 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 verCode by extra(gitCommitCount)
|
||||||
val commitHash by extra(gitCommitHash)
|
val commitHash by extra(gitCommitHash)
|
||||||
val abiList by extra(listOf("arm64-v8a", "x86_64"))
|
val abiList by extra(listOf("arm64-v8a", "x86_64"))
|
||||||
|
|||||||
Reference in New Issue
Block a user