Skip to content

Commit

Permalink
GitHub Source: Add support for Aves and Simple-Gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Aug 26, 2023
1 parent 9e3d20b commit 6fdc04c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 @@ -28,5 +28,7 @@ val GitHubApps = listOf(
GitHubApp("com.simplemobiletools.flashlight", "SimpleMobileTools", "Simple-Flashlight"),
GitHubApp("ru.tech.imageresizershrinker", "T8RIN", "ImageToolbox"),
GitHubApp("com.zhenxiang.superimage", "Lucchetto", "SuperImage"),
GitHubApp("me.rosuh.easywatermark", "rosuH", "EasyWatermark")
GitHubApp("me.rosuh.easywatermark", "rosuH", "EasyWatermark"),
GitHubApp("deckers.thibault.aves", "deckerst", "aves"),
GitHubApp("com.simplemobiletools.gallery.pro", "SimpleMobileTools", "Simple-Gallery")
)

0 comments on commit 6fdc04c

Please sign in to comment.