Skip to content

Commit 5084a62

Browse files
SubhrajyotiSenymarian
authored andcommitted
Add note to not update Gradle to beyond 4.10
The dependency on android-maven-gradle-plugin does not compile on Gradle 5.x. Refer: https://github.com/dcendents/android-maven-gradle-plugin/blob/develop/README.md Resolves material-components#395 GIT_ORIGIN_REV_ID=eed4df09dddae4dcae21bbe11cc47361e3937e5c PiperOrigin-RevId: 254229290
1 parent 5bf8f92 commit 5084a62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/building-from-source.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ the Design Library dependency as you would normally, using the version
3333
specified as `mdcLibraryVersion` in the library's top-level `build.gradle`
3434
file.
3535

36+
Note: Do not update Gradle beyond 4.10 as the
37+
[android-maven-gradle-plugin](https://github.com/dcendents/android-maven-gradle-plugin)
38+
dependency cannot be used for Gradle 5.x.
39+
3640
## Useful Links
3741
- [Getting Started](getting-started.md)
3842
- [Contributing](contributing.md)

0 commit comments

Comments
 (0)