Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 26, 2023
1 parent 6c41d89 commit 30c475b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ constructor(
}

/** I give you: the most over-engineered OSS licenses section ever. */
@OptIn(FlowPreview::class, ExperimentalCoroutinesApi::class)
@OptIn(ExperimentalCoroutinesApi::class)
private suspend fun requestItemsInner(): ImmutableList<OssBaseItem> {
// Start with a fetch of our github entries from assets
val githubEntries =
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ preferences = "1.2.0"
retrofit = "2.9.0"
room = "2.6.0-alpha02"
sortDependencies = "0.3"
sgp = "0.9.14"
sgp = "0.9.14-1.9.0-RC"
spotless = "6.19.0"
sqldelight = "2.0.0-rc01"
telephoto = "1.0.0-alpha02"
Expand Down

0 comments on commit 30c475b

Please sign in to comment.