File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
exemplar/exemplar-sdk-graphql Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" com.apollographql.apollo" ) version " 4.3.2 "
2+ id(" com.apollographql.apollo" ) version " 4.3.3 "
33}
44
55version = " 0.0.1-SNAPSHOT"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import kotlinx.kover.gradle.plugin.dsl.AggregationType
22import kotlinx.kover.gradle.plugin.dsl.CoverageUnit
33
44plugins {
5- id ' com.apollographql.apollo' version ' 4.3.2 '
5+ id ' com.apollographql.apollo' version ' 4.3.3 '
66 id ' maven-publish'
77 id ' signing'
88}
@@ -15,7 +15,7 @@ apply from: "$rootDir/gradle-tasks/signing.gradle"
1515
1616dependencies {
1717 /* Apollo */
18- api ' com.apollographql.apollo:apollo-api:4.3.2 '
18+ api ' com.apollographql.apollo:apollo-api:4.3.3 '
1919
2020 /* EG SDK Core */
2121 api ' com.expediagroup:expediagroup-sdk-core:1.0.0'
You can’t perform that action at this time.
0 commit comments