Skip to content

Commit

Permalink
Update GitHubApp.kt
Browse files Browse the repository at this point in the history
Added breezyweather and olauncher.
  • Loading branch information
jonkerw85 authored and rumboalla committed Sep 15, 2024
1 parent 2998695 commit ed810b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/kotlin/com/apkupdater/data/github/GitHubApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ val GitHubApps = listOf(
GitHubApp("com.deniscerri.ytdl", "deniscerri", "ytdlnis"),
GitHubApp("com.yubico.yubioath", "Yubico", "yubioath-flutter"),
GitHubApp("com.zulipmobile", "zulip", "zulip-mobile")
GitHubApp("org.breezyweather", "breezy-weather", "breezy-weather")
GitHubApp("app.olauncher", "tanujnotes", "Olauncher")
)

fun contains(text: String) = Regex("^.*$text.*\$")
Expand Down

0 comments on commit ed810b3

Please sign in to comment.