You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -90,13 +90,13 @@ for more information on Java 8 support and how to enable it for your app.
90
90
91
91
## 5. Gradle, AGP, and Android Studio
92
92
93
-
When using MDC-Android version `1.7.0` and above, you will need to make sure
94
-
your project is built with the following minimum requirements, in order to
95
-
support the latest build features such as XML `macro`:
93
+
When using MDC-Android version `1.13.0` and above, you will need to
94
+
make sure your project is built with the following minimum requirements, in
95
+
order to support the latest build features such as XML `macro`:
96
96
97
-
- [Gradle version 7.3.3](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle)
98
-
- [Android Gradle Plugin (AGP) version 7.2.0](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle)
99
-
- [Android Studio Chipmunk, version 2021.2.1](https://developer.android.com/studio/releases/gradle-plugin#android_gradle_plugin_and_android_studio_compatibility)
97
+
- [Gradle version 8.9](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle)
98
+
- [Android Gradle Plugin (AGP) version 8.7.3](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle)
99
+
- [Android Studio Ladybug, version 2024.2.1](https://developer.android.com/studio/releases/gradle-plugin#android_gradle_plugin_and_android_studio_compatibility)
0 commit comments