Skip to content

Commit f40b0b5

Browse files
authored
Update deps (#1820)
1 parent f3f9740 commit f40b0b5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ object Config {
3636
const val legacySupportv4 = "androidx.legacy:legacy-support-v4:1.0.0"
3737
const val multidex = "androidx.multidex:multidex:2.0.1"
3838
const val paging = "androidx.paging:paging-runtime:2.1.0"
39-
const val recyclerView = "androidx.recyclerview:recyclerview:1.0.0"
39+
const val recyclerView = "androidx.recyclerview:recyclerview:1.1.0"
4040

4141
const val design = "com.google.android.material:material:1.1.0"
4242
}
4343

4444
object Firebase {
45-
const val bom = "com.google.firebase:firebase-bom:25.1.0"
45+
const val bom = "com.google.firebase:firebase-bom:25.7.0"
4646
const val auth = "com.google.firebase:firebase-auth"
4747
const val database = "com.google.firebase:firebase-database"
4848
const val firestore = "com.google.firebase:firebase-firestore"

docs/internal/releasing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ to create a new `version-x.y.z` branch:
2020
```shell
2121
$ VERSION=1.2.3
2222
$ git checkout version-$VERSION-dev && git pull origin version-$VERSION-dev
23-
$ git checkout -b version-$VERSIOn
23+
$ git checkout -b version-$VERSION
2424
```
2525

2626
Next, make the following changes on the release branch:
2727

2828
* Update `Config.kt` to remove the `SNAPSHOT` from the version name.
2929
* Update `README.md` and `auth/README.md` to point to the latest version of the library
3030
and to have the correct descriptions of transitive dependencies.
31+
* Empty `CHANGELOG.md`
3132

3233
Commit the changes with a generic message:
3334

0 commit comments

Comments
 (0)