Skip to content

Commit

Permalink
Update Config.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 authored Apr 25, 2023
1 parent 4e01500 commit 7bf3037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/de/dertyp7214/rboardthememanager/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object Config {
val PACKS_URLS
get() = listOf(
"true:${REPO_PREFIX}/list.json",
"true:https://raw.githubusercontent.com/AkosPaha/PackRepoBeta/main/list.json",
"true:https://raw.githubusercontent.com/AkosPaha01/PackRepoBeta/main/list.json",
"true:https://raw.githubusercontent.com/GboardThemes/RboardCommunityThemes/main/list.json"
)
val REPOS
Expand All @@ -80,4 +80,4 @@ object Config {

var darkTheme: String? = null
var lightTheme: String? = null
}
}

0 comments on commit 7bf3037

Please sign in to comment.