mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Update changelog link for preview builds
This commit is contained in:
@ -76,7 +76,7 @@ class AboutController : SettingsController() {
|
||||
|
||||
onClick {
|
||||
if (BuildConfig.DEBUG) {
|
||||
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/inorichi/tachiyomi/commits/master"))
|
||||
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/inorichi/tachiyomi/commits/dev"))
|
||||
startActivity(intent)
|
||||
} else {
|
||||
ChangelogDialogController().showDialog(router)
|
||||
|
Reference in New Issue
Block a user