Skip to content

Commit 8cc3e81

Browse files
authored
[Infra] Bump registered versions to match latest releases (#7147)
This is the equivalent to a mergeback for the pre-M167 release.
1 parent 1709cd0 commit 8cc3e81

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

firebase-annotations/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=17.0.0
16-
latestReleasedVersion=16.2.0
15+
version=17.0.1
16+
latestReleasedVersion=17.0.0

firebase-common/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Unreleased
2+
3+
# 22.0.0
24
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
35
* [removed] **Breaking Change**: Stopped releasing the deprecated Kotlin extensions
46
(KTX) module and removed it from the Firebase Android BoM. Instead, use the KTX APIs

firebase-common/gradle.properties

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

firebase-components/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Unreleased
2+
3+
# 19.0.0
24
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
35

46

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Unreleased
2-
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
32

3+
# 16.0.0-beta04
4+
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
45

56
# 16.0.0-beta03
67
* [changed] Updated dependency of play-services-basement to its latest version (v18.1.0).

firebase-components/firebase-dynamic-module-support/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-beta04
16-
latestReleasedVersion=16.0.0-beta03
15+
version=16.0.0-beta05
16+
latestReleasedVersion=16.0.0-beta04

firebase-components/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=19.0.0
16-
latestReleasedVersion=18.0.1
15+
version=19.0.1
16+
latestReleasedVersion=19.0.0

0 commit comments

Comments
 (0)