File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id(" com.android.application" )
33 id(" kotlin-android" )
44 id(" androidx.navigation.safeargs.kotlin" )
5- id(" com.apollographql.apollo3" ).version(" 3.7.0 " )
5+ id(" com.apollographql.apollo3" ).version(" 3.7.1 " )
66}
77
88android {
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ buildscript {
22 repositories {
33 google()
44 mavenCentral()
5+ maven(" https://s01.oss.sonatype.org/content/repositories/comapollographql-1045/" )
56 }
67
78 dependencies {
@@ -15,6 +16,7 @@ allprojects {
1516 repositories {
1617 google()
1718 mavenCentral()
19+ maven(" https://s01.oss.sonatype.org/content/repositories/comapollographql-1045/" )
1820 }
1921}
2022
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .1-bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 .1-bin.zip
You can’t perform that action at this time.
0 commit comments