Update built-in hyperlinks

This commit is contained in:
NkBe 2025-08-17 23:15:29 +08:00
parent 9563fcc4d9
commit 147d93c5dc
No known key found for this signature in database
GPG Key ID: 75EF144ED8F4D7B8
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ val (coreCommitCount, coreLatestTag) = FileRepositoryBuilder().setGitDir(rootPro
val defaultManagerPackageName by extra("org.lsposed.lspatch")
val apiCode by extra(93)
val verCode by extra(commitCount)
val verName by extra("0.7")
val verName by extra("0.7.1")
val coreVerCode by extra(coreCommitCount)
val coreVerName by extra(coreLatestTag)
val androidMinSdkVersion by extra(28)

View File

@ -241,8 +241,8 @@ private fun SupportCard() {
HtmlText(
stringResource(
R.string.home_view_source_code,
"<b><a href=\"https://github.com/JingMatrix/LSPatch\">GitHub</a></b>",
"<b><a href=\"https://t.me/LSPosed\">Telegram</a></b>"
"<b><a href=\"https://github.com/HSSkyBoy/LSPatch\">GitHub</a></b>",
"<b><a href=\"https://t.me/NPatch\">Telegram</a></b>"
)
)
}