Skip to content

Commit 63f2071

Browse files
authored
Update changelogs + versions (#5079)
NO_RELEASE_CHANGE
1 parent f76f697 commit 63f2071

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

firebase-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Unreleased
22

3+
# 20.3.3
34
* [fixed] Addressed issue with C++ being absent in user agent.
5+
6+
## Kotlin
7+
The Kotlin extensions library transitively includes the updated
8+
`firebase-common` library. The Kotlin extensions library has no additional
9+
updates

firebase-common/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=20.3.3
2-
latestReleasedVersion=20.3.2
1+
version=20.3.4
2+
latestReleasedVersion=20.3.3
33
android.enableUnitTestBinaryResources=true

firebase-perf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Unreleased
22

3+
# 20.3.3
34
* [fixed] Fixed app start trace creation where some measured time could be NULL (#4730).
45
* [changed] Adjusted default behavior when remote config fetch fails.
56

67

8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-performance` library. The Kotlin extensions library has no additional
11+
updates.
12+
713
# 20.3.2
814
* [changed] Updated JavaLite, protoc, protobuf-java-util to 3.21.11.
915

firebase-perf/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
#
1717

18-
version=20.3.3
19-
latestReleasedVersion=20.3.2
18+
version=20.3.4
19+
latestReleasedVersion=20.3.3
2020
android.enableUnitTestBinaryResources=true
2121

firebase-storage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Unreleased
2+
3+
# 20.2.1
24
* [changed] Migrated `firebase-storage` SDK to use standard Firebase executors.
35
(GitHub [#4830](//github.com/firebase/firebase-android-sdk/pull/4830){: .external})
46

7+
## Kotlin
8+
The Kotlin extensions library transitively includes the updated
9+
`firebase-storage` library. The Kotlin extensions library has no additional
10+
updates.
11+
512
# 20.2.0
613
* [changed] Internal changes to ensure alignment with other SDK releases.
714

firebase-storage/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version=20.2.1
16-
latestReleasedVersion=20.2.0
15+
version=20.2.2
16+
latestReleasedVersion=20.2.1
1717
android.enableUnitTestBinaryResources=true

0 commit comments

Comments
 (0)