File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ object Config {
36
36
const val legacySupportv4 = " androidx.legacy:legacy-support-v4:1.0.0"
37
37
const val multidex = " androidx.multidex:multidex:2.0.1"
38
38
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"
40
40
41
41
const val design = " com.google.android.material:material:1.1.0"
42
42
}
43
43
44
44
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"
46
46
const val auth = " com.google.firebase:firebase-auth"
47
47
const val database = " com.google.firebase:firebase-database"
48
48
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:
20
20
``` shell
21
21
$ VERSION=1.2.3
22
22
$ git checkout version-$VERSION -dev && git pull origin version-$VERSION -dev
23
- $ git checkout -b version-$VERSIOn
23
+ $ git checkout -b version-$VERSION
24
24
```
25
25
26
26
Next, make the following changes on the release branch:
27
27
28
28
* Update ` Config.kt ` to remove the ` SNAPSHOT ` from the version name.
29
29
* Update ` README.md ` and ` auth/README.md ` to point to the latest version of the library
30
30
and to have the correct descriptions of transitive dependencies.
31
+ * Empty ` CHANGELOG.md `
31
32
32
33
Commit the changes with a generic message:
33
34
You can’t perform that action at this time.
0 commit comments