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
[AndroidX blog post](https://android-developers.googleblog.com/2023/10/androidx-minsdkversion-19.html)
84
+
for more info)
89
85
90
86
## 4. Java 8 compilation
91
87
@@ -96,13 +92,13 @@ for more information on Java 8 support and how to enable it for your app.
96
92
97
93
## 5. Gradle, AGP, and Android Studio
98
94
99
-
When using MDC-Android version `1.7.0-alpha02` and above, you will need to make
100
-
sure your project is built with the following minimum requirements, in order to
95
+
When using MDC-Android version `1.7.0` and above, you will need to make sure
96
+
your project is built with the following minimum requirements, in order to
101
97
support the latest build features such as XML `macro`:
102
98
103
-
- [Gradle version 7.3.3](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle)
104
-
- [Android Gradle Plugin (AGP) version 7.2.0](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle)
105
-
- [Android Studio Chipmunk, version 2021.2.1](https://developer.android.com/studio/releases/gradle-plugin#android_gradle_plugin_and_android_studio_compatibility)
99
+
- [Gradle version 7.3.3](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle)
100
+
- [Android Gradle Plugin (AGP) version 7.2.0](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle)
101
+
- [Android Studio Chipmunk, version 2021.2.1](https://developer.android.com/studio/releases/gradle-plugin#android_gradle_plugin_and_android_studio_compatibility)
106
102
107
103
## 6. `AppCompatActivity`
108
104
@@ -137,22 +133,22 @@ Here are the `Material3` themes you can use to get the latest component styles
137
133
and theme-level attributes, as well as their `MaterialComponents` equivalents
0 commit comments