We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f538189 commit deeda5fCopy full SHA for deeda5f
firebase-firestore/CHANGELOG.md
@@ -2,8 +2,8 @@
2
* [fixed] Further improved performance of UTF-8 string ordering logic,
3
which had degraded in v25.1.2 and received some improvements in v25.1.3.
4
[#7053](//github.com/firebase/firebase-android-sdk/issues/7053)
5
-* [changed] Use `Integer.compare()` and `Long.compare()` (which were added in Android API 19)
6
- instead of Firestore's bespoke implementations, since minSdkVersion is greater than 19.
+* [changed] Use the `compare()` methods defined in standard `Integer`, `Long`, and `Character`
+ classes instead of Firestore's bespoke implementations.
7
[#7109](//github.com/firebase/firebase-android-sdk/pull/7109)
8
9
0 commit comments