Skip to content

Commit

Permalink
[Documentation]
Browse files Browse the repository at this point in the history
version 1.4.0 has compileSdkVersion 30
updating the version in getting started also.

PiperOrigin-RevId: 383399906
  • Loading branch information
Material Design Team authored and veganafro committed Jul 7, 2021
1 parent 717774e commit f6237e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ the `com.android.support:design:28.0.0` dependency.
Note: You should not use the `com.android.support` and
`com.google.android.material` dependencies in your app at the same time.

### 2. Compile your app with Android 10
### 2. Compile your app with Android 11

In order to use Material Components for Android, and the latest versions of the
Support Libraries, you will have to install Android Studio 3.5 or higher to
build with Android 10, and update your app's `compileSdkVersion` to `29`.
Support Libraries, you will have to install Android Studio 4.0 or higher to
build with Android 11, and update your app's `compileSdkVersion` to `30`.

### 3. Ensure you are using `AppCompatActivity`

Expand Down

0 comments on commit f6237e3

Please sign in to comment.