Skip to content

Commit

Permalink
Merge pull request #426 from crse/3.x
Browse files Browse the repository at this point in the history
feat(github-source): add multiple sources
  • Loading branch information
rumboalla authored Aug 29, 2023
2 parents 1826b2b + b36e7d1 commit bbd5fd1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/src/main/kotlin/com/apkupdater/data/github/GitHubApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,16 @@ val GitHubApps = listOf(
GitHubApp("com.simplemobiletools.voicerecorder", "SimpleMobileTools", "Simple-Voice-Recorder"),
GitHubApp("com.xBrowserSync.android", "xbrowsersync", "app"),
GitHubApp("de.moekadu.metronome", "thetwom", "toc2"),
GitHubApp("de.moekadu.tuner", "thetwom", "Tuner")
GitHubApp("de.moekadu.tuner", "thetwom", "Tuner"),
GithubApp("jp.panta.misskeyandroidclient", "pantasystem", "Milktea"),
GithubApp("info.shiosyakeyakini.miria", "shiosyakeyakini-info", "miria"),
GithubApp("eu.kanade.tachiyomi", "tachiyomiorg", "tachiyomi"),
GithubApp("tachiyomi.mangadex", "CarlosEsco", "Neko"),
GithubApp("eu.kanade.tachiyomi.j2k", "Jays2Kings", "tachiyomiJ2K"),
GithubApp("eu.kanade.tachiyomi.az", "az4521", "TachiyomiAZ"),
GithubApp("eu.kanade.tachiyomi.sy", "jobobby04", "TachiyomiSY"),
GithubApp("xyz.jmir.tachiyomi.mi", "aniyomiorg", "aniyomi"),
GithubApp("xyz.jmir.tachiyomi.mi.debug", "aniyomiorg", "aniyomi-preview"),
GithubApp("org.localsend.localsend_app", "localsend", "localsend"),
GithubApp("com.utopia.pxviewr", "alphasp", "pxview")
)

0 comments on commit bbd5fd1

Please sign in to comment.