소스 검색

Update changelog link for preview builds

arkon 4 년 전
부모
커밋
fcf596d36b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt

+ 1 - 1
app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt

@@ -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)