This commit is contained in:
armv9 2025-04-16 12:25:17 +09:00
parent 0ffa4d0bdd
commit 096ed13310
2 changed files with 3 additions and 3 deletions

View File

@ -260,7 +260,7 @@ class MainActivity : ThemedActivity(),
} }
.setNeutralButton(android.R.string.cancel, null) .setNeutralButton(android.R.string.cancel, null)
.setNeutralButton(R.string.action_learn_more) { _, _ -> .setNeutralButton(R.string.action_learn_more) { _, _ ->
launchCustomTab("https://matsuridayo.github.io/m-plugin/") launchCustomTab("https://matsuridayo.github.io/nb4a-plugin/")
} }
.show() .show()
} }

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.3.8 VERSION_NAME=1.3.9
VERSION_CODE=42 VERSION_CODE=43