Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 394e9d1

Browse files
feat(deps): update plugin com.apollographql.apollo from v4.1.1 to v4.3.2
1 parent eb03b23 commit 394e9d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.jetbrains.kotlin.jvm' version '2.2.0' apply false
4-
id 'com.apollographql.apollo' version '4.1.1' apply false
4+
id 'com.apollographql.apollo' version '4.3.2' apply false
55
}
66

77
subprojects {

code/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'org.jetbrains.kotlin.jvm'
33
id 'org.jetbrains.dokka' version '2.0.0'
4-
id 'com.apollographql.apollo' version '4.1.1'
4+
id 'com.apollographql.apollo' version '4.3.2'
55

66
/* Publishing Plugins */
77
id 'maven-publish'

0 commit comments

Comments
 (0)