File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$EqualTo : dev/
603603}
604604
605605public abstract interface class dev/gitlive/firebase/firestore/WhereConstraint$ForArray : dev/gitlive/firebase/firestore/WhereConstraint {
606- public abstract fun getSafeValues ()Ljava/util/List;
606+ public fun getSafeValues ()Ljava/util/List;
607607 public abstract fun getValues ()Ljava/util/List;
608608}
609609
@@ -612,7 +612,7 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ForArray$Defau
612612}
613613
614614public abstract interface class dev/gitlive/firebase/firestore/WhereConstraint$ForNullableObject : dev/gitlive/firebase/firestore/WhereConstraint {
615- public abstract fun getSafeValue ()Ljava/lang/Object;
615+ public fun getSafeValue ()Ljava/lang/Object;
616616 public abstract fun getValue ()Ljava/lang/Object;
617617}
618618
@@ -621,7 +621,7 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ForNullableObj
621621}
622622
623623public abstract interface class dev/gitlive/firebase/firestore/WhereConstraint$ForObject : dev/gitlive/firebase/firestore/WhereConstraint {
624- public abstract fun getSafeValue ()Ljava/lang/Object;
624+ public fun getSafeValue ()Ljava/lang/Object;
625625 public abstract fun getValue ()Ljava/lang/Object;
626626}
627627
Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$EqualTo : dev/
603603}
604604
605605public abstract interface class dev/gitlive/firebase/firestore/WhereConstraint$ForArray : dev/gitlive/firebase/firestore/WhereConstraint {
606- public abstract fun getSafeValues ()Ljava/util/List;
606+ public fun getSafeValues ()Ljava/util/List;
607607 public abstract fun getValues ()Ljava/util/List;
608608}
609609
@@ -612,7 +612,7 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ForArray$Defau
612612}
613613
614614public abstract interface class dev/gitlive/firebase/firestore/WhereConstraint$ForNullableObject : dev/gitlive/firebase/firestore/WhereConstraint {
615- public abstract fun getSafeValue ()Ljava/lang/Object;
615+ public fun getSafeValue ()Ljava/lang/Object;
616616 public abstract fun getValue ()Ljava/lang/Object;
617617}
618618
@@ -621,7 +621,7 @@ public final class dev/gitlive/firebase/firestore/WhereConstraint$ForNullableObj
621621}
622622
623623public abstract interface class dev/gitlive/firebase/firestore/WhereConstraint$ForObject : dev/gitlive/firebase/firestore/WhereConstraint {
624- public abstract fun getSafeValue ()Ljava/lang/Object;
624+ public fun getSafeValue ()Ljava/lang/Object;
625625 public abstract fun getValue ()Ljava/lang/Object;
626626}
627627
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.11.1 "
2+ agp = " 8.12.0 "
33androidx-test-core = " 1.7.0"
44androidx-test-junit = " 1.3.0"
55androidx-test-runner = " 1.7.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments