Skip to content

Fixing the format and version issue #1368

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 13 commits into from
Mar 18, 2020
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 firebase-installations/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=16.0.2
latestReleasedVersion=16.0.1
version=16.2.0
latestReleasedVersion=16.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public Task<String> getId() {

/**
* Returns a valid authentication token for the Firebase installation. Generates a new token if
* one doesn't exist, is expired, or is about to expire.
* one doesn't exist, is expired, or is about to expire.
*
* <p>Should only be called if the Firebase installation is registered.
*
Expand All @@ -232,9 +232,9 @@ public Task<InstallationTokenResult> getToken(boolean forceRefresh) {
}

/**
* Call to delete this Firebase app installation from the Firebase backend. This call may
* cause Firebase Cloud Messaging, Firebase Remote Config, Firebase Predictions, or
* Firebase In-App Messaging to not function properly.
* Call to delete this Firebase app installation from the Firebase backend. This call may cause
* Firebase Cloud Messaging, Firebase Remote Config, Firebase Predictions, or Firebase In-App
* Messaging to not function properly.
*/
@NonNull
@Override
Expand Down