Skip to content

Commit 997912c

Browse files
authored
Bump cache-incubating version (#6382)
1 parent b46857f commit 997912c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

benchmark/microbenchmark/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation(libs.apollo.normalizedcache.sqlite)
3838

3939
// Incubating cache
40-
implementation(libs.apollo.normalizedcache.sqlite.incubating.snapshot)
40+
implementation(libs.apollo.normalizedcache.sqlite.incubating)
4141

4242
androidTestImplementation(libs.benchmark.junit4)
4343
androidTestImplementation(libs.androidx.test.core)
@@ -70,7 +70,7 @@ configure<com.apollographql.apollo.gradle.api.ApolloExtension> {
7070
srcDir("src/main/graphql/conferences")
7171
packageName.set("com.apollographql.apollo.conferences")
7272
@OptIn(ApolloExperimental::class)
73-
plugin("com.apollographql.cache:normalized-cache-apollo-compiler-plugin:0.0.5") {
73+
plugin(libs.apollo.normalizedcache.apollo.compiler.plugin.incubating.get()) {
7474
argument("packageName", packageName.get())
7575
}
7676
}

gradle/libraries.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ androidx-sqlite = "2.3.1"
1717
# This is used by the gradle integration tests to get the artifacts locally
1818
apollo = "4.1.2-SNAPSHOT"
1919
apollo-execution = "0.1.0"
20-
apollo-normalizedcache-incubating = "0.0.3"
21-
apollo-normalizedcache-incubating-snapshot = "0.0.5"
20+
apollo-normalizedcache-incubating = "0.0.6"
2221
# Used by the apollo-tooling project which uses a published version of Apollo
2322
apollo-published = "4.0.1"
2423
atomicfu = "0.26.0"
@@ -66,10 +65,9 @@ apollo-idlingresource = { group = "com.apollographql.apollo", name = "apollo-idl
6665
apollo-mockserver = { group = "com.apollographql.mockserver", name = "apollo-mockserver", version = "0.1.0" }
6766
apollo-mpputils = { group = "com.apollographql.apollo", name = "apollo-mpp-utils", version.ref = "apollo" }
6867
apollo-normalizedcache = { group = "com.apollographql.apollo", name = "apollo-normalized-cache", version.ref = "apollo" }
69-
apollo-normalizedcache-incubating-snapshot = { group = "com.apollographql.cache", name = "normalized-cache-incubating", version.ref = "apollo-normalizedcache-incubating-snapshot" }
7068
apollo-normalizedcache-sqlite = { group = "com.apollographql.apollo", name = "apollo-normalized-cache-sqlite", version.ref = "apollo" }
7169
apollo-normalizedcache-sqlite-incubating = { group = "com.apollographql.cache", name = "normalized-cache-sqlite-incubating", version.ref = "apollo-normalizedcache-incubating" }
72-
apollo-normalizedcache-sqlite-incubating-snapshot = { group = "com.apollographql.cache", name = "normalized-cache-sqlite-incubating", version.ref = "apollo-normalizedcache-incubating-snapshot" }
70+
apollo-normalizedcache-apollo-compiler-plugin-incubating = { group = "com.apollographql.cache", name = "normalized-cache-apollo-compiler-plugin", version.ref = "apollo-normalizedcache-incubating" }
7371
apollo-plugin = { group = "com.apollographql.apollo", name = "apollo-gradle-plugin", version.ref = "apollo" }
7472
apollo-runtime = { group = "com.apollographql.apollo", name = "apollo-runtime", version.ref = "apollo" }
7573
apollo-compiler = { group = "com.apollographql.apollo", name = "apollo-compiler", version.ref = "apollo" }

0 commit comments

Comments
 (0)