Skip to content

Commit af549fc

Browse files
MGaetan89cketcham
authored andcommitted
Update "Getting started"
Addresses the following two comments: - 5bdaa0d#r29774155 - 2cf1040#r29744246 GIT_ORIGIN_REV_ID=94b630055e3e1a609b57a99d179524b3ae0eb56c PiperOrigin-RevId: 205393529
1 parent 018b382 commit af549fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Material Components for Android is available through Google's Maven repository.
1313
To use it:
1414

1515
1. Open the `build.gradle` file for your application.
16-
2. Make sure that the `repositories` section includes a maven section with the
17-
`"https://maven.google.com"` endpoint. For example:
16+
2. Make sure that the `repositories` section includes Google's Maven repository `google()`. For example:
1817

1918
```groovy
2019
allprojects {
@@ -124,6 +123,7 @@ Both `Theme.MaterialComponents` and `Theme.MaterialComponents.Light` have
124123
* `Theme.MaterialComponents.Light.Bridge`
125124
* `Theme.MaterialComponents.NoActionBar.Bridge`
126125
* `Theme.MaterialComponents.Light.NoActionBar.Bridge`
126+
* `Theme.MaterialComponents.Light.DarkActionBar.Bridge`
127127

128128
Bridge themes inherit from AppCompat themes, but also define the new Material
129129
Components theme attributes for you. If you use a bridge theme, you can start

0 commit comments

Comments
 (0)