Skip to content

Commit fef9525

Browse files
authored
Mergeback for release m148 (#6008)
Cleaning up release m148 NO_RELEASE_CHANGE
1 parent 8846009 commit fef9525

File tree

13 files changed

+52
-14
lines changed

13 files changed

+52
-14
lines changed

firebase-appdistribution-api/CHANGELOG.md

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

3+
4+
# 16.0.0-beta13
35
* [changed] Bump internal dependencies
46

57

@@ -135,3 +137,4 @@ API-only library: `firebase-appdistribution-api-ktx`.
135137
This new Kotlin extensions library transitively includes the
136138
`firebase-appdistribution-api` library. The Kotlin extensions library has no
137139
additional updates.
140+

firebase-appdistribution-api/gradle.properties

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

15-
version=16.0.0-beta13
16-
latestReleasedVersion=16.0.0-beta12
15+
version=16.0.0-beta14
16+
latestReleasedVersion=16.0.0-beta13

firebase-appdistribution/CHANGELOG.md

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

3+
4+
# 16.0.0-beta13
35
* [changed] Bump internal dependencies
46

57
# 16.0.0-beta12
@@ -77,3 +79,4 @@ The [appdistro] Android library with Kotlin extensions is now available in
7779
beta. The Kotlin extensions library transitively includes the base
7880
`firebase-app-distribution` library. To learn more, visit the
7981
[[appdistro] KTX reference documentation](/docs/reference/kotlin/com/google/firebase/appdistribution/ktx/package-summary).
82+

firebase-appdistribution/gradle.properties

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

15-
version=16.0.0-beta13
16-
latestReleasedVersion=16.0.0-beta12
15+
version=16.0.0-beta14
16+
latestReleasedVersion=16.0.0-beta13

firebase-crashlytics-ndk/CHANGELOG.md

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

33

4+
# 19.0.1
5+
* [changed] Updated `firebase-crashlytics` dependency to v19.0.1
6+
47
# 19.0.0
58
* [changed] Bump internal dependencies
69

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.0.1
2-
latestReleasedVersion=19.0.0
1+
version=19.0.2
2+
latestReleasedVersion=19.0.1

firebase-crashlytics/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Unreleased
2+
3+
4+
# 19.0.1
25
* [changed] Improve cold initialization time.
36
* [fixed] Fixed version compatibility issues with other Firebase libraries.
47

8+
9+
## Kotlin
10+
The Kotlin extensions library transitively includes the updated
11+
`firebase-crashlytics` library. The Kotlin extensions library has no additional
12+
updates.
13+
514
# 19.0.0
615
* [fixed] Force validation or rotation of FIDs.
716
* [fixed] Added keep rule for shrinkage of Crashlytics build resources in strict mode.
817

18+
919
## Kotlin
1020
The Kotlin extensions library transitively includes the updated
1121
`firebase-crashlytics` library. The Kotlin extensions library has no additional
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=19.0.1
2-
latestReleasedVersion=19.0.0
1+
version=19.0.2
2+
latestReleasedVersion=19.0.1

firebase-dynamic-links/CHANGELOG.md

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

33

4+
# 22.1.0
5+
* [changed] Added deprecation annotations to the public API. See https://firebase.google.com/support/dynamic-links-faq for further context.
6+
7+
8+
## Kotlin
9+
The Kotlin extensions library transitively includes the updated
10+
`firebase-dynamic-links` library. The Kotlin extensions library has no additional
11+
updates.
12+
413
# 22.0.0
514
* [changed] Bump internal dependencies
615

firebase-dynamic-links/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=22.0.1
16-
latestReleasedVersion=22.0.0
15+
version=22.1.1
16+
latestReleasedVersion=22.1.0
1717
android.enableUnitTestBinaryResources=true

0 commit comments

Comments
 (0)