-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Post release cleanup for m152 (#6212)
Signed-off-by: David Motsonashvili <davidmotson@google.com> Co-authored-by: davidmotson <davidmotson@users.noreply.github.com>
- Loading branch information
1 parent
f4e5bd0
commit cc3bb8e
Showing
8 changed files
with
40 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
# Unreleased | ||
|
||
|
||
# 18.0.1 | ||
* [fixed] updated proguard rules to keep component registrar working with newer proguard versions. | ||
|
||
|
||
## Kotlin | ||
The Kotlin extensions library transitively includes the updated | ||
`firebase-components` library. The Kotlin extensions library has no additional | ||
updates. | ||
|
||
# 17.1.2 | ||
* [changed] Internal changes to ensure only one interface is provided for | ||
kotlinx.coroutines.CoroutineDispatcher interfaces when both firebase-common and | ||
firebase-common-ktx provide them. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
version=25.0.1 | ||
latestReleasedVersion=25.0.0 | ||
version=25.1.1 | ||
latestReleasedVersion=25.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version=24.0.1 | ||
latestReleasedVersion=24.0.0 | ||
version=24.0.2 | ||
latestReleasedVersion=24.0.1 | ||
android.enableUnitTestBinaryResources=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version=24.0.1 | ||
latestReleasedVersion=24.0.0 | ||
version=24.0.2 | ||
latestReleasedVersion=24.0.1 | ||
android.enableUnitTestBinaryResources=true |