Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ okio = "3.9.0"
atomicfu = "0.26.0" # Must be the same version as the one used by apollo-testing-support or native compilation will fail
sqldelight = "2.1.0"
androidx-sqlite = "2.6.1"
librarian = "0.0.10"
librarian = "0.2.2-SNAPSHOT-2cde396ec5d739d8857aa98f99885ba62ca1769a"
kotlinx-coroutines = "1.10.2"
copyWebpackPlugin = "9.1.0"
sqlJs = "1.8.0"
Expand Down
1 change: 1 addition & 0 deletions gradle/repositories.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ listOf(pluginManagement.repositories, dependencyResolutionManagement.repositorie
maven("https://storage.googleapis.com/gradleup/m2") {
content {
includeGroup("com.gradleup.librarian")
includeGroup("com.gradleup.nmcp")
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions librarian.root.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ pom.license=MIT

gcs.bucket=apollo-previews
gcs.prefix=m2

bcv.warn=false
Loading