Update built-in hyperlinks
This commit is contained in:
parent
9563fcc4d9
commit
147d93c5dc
|
|
@ -48,7 +48,7 @@ val (coreCommitCount, coreLatestTag) = FileRepositoryBuilder().setGitDir(rootPro
|
||||||
val defaultManagerPackageName by extra("org.lsposed.lspatch")
|
val defaultManagerPackageName by extra("org.lsposed.lspatch")
|
||||||
val apiCode by extra(93)
|
val apiCode by extra(93)
|
||||||
val verCode by extra(commitCount)
|
val verCode by extra(commitCount)
|
||||||
val verName by extra("0.7")
|
val verName by extra("0.7.1")
|
||||||
val coreVerCode by extra(coreCommitCount)
|
val coreVerCode by extra(coreCommitCount)
|
||||||
val coreVerName by extra(coreLatestTag)
|
val coreVerName by extra(coreLatestTag)
|
||||||
val androidMinSdkVersion by extra(28)
|
val androidMinSdkVersion by extra(28)
|
||||||
|
|
|
||||||
|
|
@ -241,8 +241,8 @@ private fun SupportCard() {
|
||||||
HtmlText(
|
HtmlText(
|
||||||
stringResource(
|
stringResource(
|
||||||
R.string.home_view_source_code,
|
R.string.home_view_source_code,
|
||||||
"<b><a href=\"https://github.com/JingMatrix/LSPatch\">GitHub</a></b>",
|
"<b><a href=\"https://github.com/HSSkyBoy/LSPatch\">GitHub</a></b>",
|
||||||
"<b><a href=\"https://t.me/LSPosed\">Telegram</a></b>"
|
"<b><a href=\"https://t.me/NPatch\">Telegram</a></b>"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue