Update repo info
This commit is contained in:
parent
a393bcdcc6
commit
90880f9bbe
|
|
@ -43,7 +43,7 @@ val (coreCommitCount, coreLatestTag) = FileRepositoryBuilder().setGitDir(rootPro
|
||||||
}
|
}
|
||||||
}.getOrNull() ?: (1 to "1.0")
|
}.getOrNull() ?: (1 to "1.0")
|
||||||
|
|
||||||
// sync from https://github.com/LSPosed/LSPosed/blob/master/build.gradle.kts
|
// sync from https://github.com/JingMatrix/LSPosed/blob/master/build.gradle.kts
|
||||||
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)
|
||||||
|
|
|
||||||
2
core
2
core
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3ba23a2baca61df22c78fc2e7284f413c07c35af
|
Subproject commit bdba029fe9ebde961a4e7f9047226d4d7258c233
|
||||||
|
|
@ -241,7 +241,7 @@ 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/LSPosed/LSPatch\">GitHub</a></b>",
|
"<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://t.me/LSPosed\">Telegram</a></b>"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue