Skip to content

Davidmotson.m132 mergeback #5035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck-debug-testing/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.0.1
latestReleasedVersion=17.0.0
version=17.0.2
latestReleasedVersion=17.0.1
4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck-debug/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.0.1
latestReleasedVersion=17.0.0
version=17.0.2
latestReleasedVersion=17.0.1
4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck-interop/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.0.1
latestReleasedVersion=17.0.0
version=17.0.2
latestReleasedVersion=17.0.1
4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck-playintegrity/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.0.1
latestReleasedVersion=17.0.0
version=17.0.2
latestReleasedVersion=17.0.1
2 changes: 2 additions & 0 deletions appcheck/firebase-appcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 17.0.1
* [changed] Internal updates to allow Firebase SDKs to obtain limited-use tokens.

# 17.0.0
Expand Down
4 changes: 2 additions & 2 deletions appcheck/firebase-appcheck/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=17.0.1
latestReleasedVersion=17.0.0
version=17.0.2
latestReleasedVersion=17.0.1
2 changes: 2 additions & 0 deletions firebase-database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 20.2.2
* [changed] Internal changes to ensure alignment with other SDK releases.

# 20.2.1
* [changed] Internal changes to ensure alignment with other SDK releases.
Expand Down
4 changes: 2 additions & 2 deletions firebase-database/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=20.2.2
latestReleasedVersion=20.2.1
version=20.2.3
latestReleasedVersion=20.2.2
android.enableUnitTestBinaryResources=true
2 changes: 2 additions & 0 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 24.6.1
- [feature] Implemented an optimization in the local cache synchronization logic that reduces the number of billed document reads when documents were deleted on the server while the client was not actively listening to the query (e.g. while the client was offline). (GitHub [#4982](//github.com/firebase/firebase-android-sdk/pull/4982){: .external})

# 24.6.0
Expand Down
4 changes: 2 additions & 2 deletions firebase-firestore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=24.6.1
latestReleasedVersion=24.6.0
version=24.6.2
latestReleasedVersion=24.6.1
2 changes: 2 additions & 0 deletions firebase-functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased

# 20.3.1
* [changed] Added support for App Check limited-use tokens in HTTPS Callable Functions.

# 20.3.0
Expand Down
4 changes: 2 additions & 2 deletions firebase-functions/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=20.3.1
latestReleasedVersion=20.3.0
version=20.3.2
latestReleasedVersion=20.3.1
android.enableUnitTestBinaryResources=true