diff --git a/app/src/main/java/com/theveloper/pixelplay/data/github/GitHubAnnouncementPropertiesService.kt b/app/src/main/java/com/theveloper/pixelplay/data/github/GitHubAnnouncementPropertiesService.kt index d540ad1cae..ff6d2794e7 100644 --- a/app/src/main/java/com/theveloper/pixelplay/data/github/GitHubAnnouncementPropertiesService.kt +++ b/app/src/main/java/com/theveloper/pixelplay/data/github/GitHubAnnouncementPropertiesService.kt @@ -36,8 +36,8 @@ class GitHubAnnouncementPropertiesService @Inject constructor() { * - play_store_link_pending_message */ suspend fun fetchPlayStoreAnnouncement( - owner: String = "theovilardo", - repo: String = "PixelPlay", + owner: String = "PixelPlayerHQ", + repo: String = "PixelPlayer", branch: String = "master", configPath: String = "remote-config/app-announcements.properties", ): Result { diff --git a/app/src/main/java/com/theveloper/pixelplay/data/github/GitHubContributorService.kt b/app/src/main/java/com/theveloper/pixelplay/data/github/GitHubContributorService.kt index 7f963aed68..900ee86f9b 100644 --- a/app/src/main/java/com/theveloper/pixelplay/data/github/GitHubContributorService.kt +++ b/app/src/main/java/com/theveloper/pixelplay/data/github/GitHubContributorService.kt @@ -25,8 +25,8 @@ class GitHubContributorService @Inject constructor() { * Fetches contributors from the GitHub repository */ suspend fun fetchContributors( - owner: String = "theovilardo", - repo: String = "PixelPlay" + owner: String = "PixelPlayerHQ", + repo: String = "PixelPlayer" ): Result> { return withContext(Dispatchers.IO) { try {