mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-18 22:20:06 +08:00
1.3.9
This commit is contained in:
parent
0ffa4d0bdd
commit
096ed13310
@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user