File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
2626Next, 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
3233Commit the changes with a generic message:
3334
You can’t perform that action at this time.
0 commit comments