File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects {
1717}
1818
1919ext {
20- compileSdkVersion = 34
20+ compileSdkVersion = 35
2121 minSdkVersion = 21
2222 targetSdkVersion = 33
2323
Original file line number Diff line number Diff line change @@ -77,11 +77,9 @@ In order to use the latest versions of Material Components for Android and the
7777AndroidX Jetpack libraries, you will have to install the latest version of
7878Android Studio and update your app to meet the following requirements:
7979
80- - `compileSdkVersion` -> `34` or later (see the
81- [Android 14 app migration guide](https://developer.android.com/about/versions/14/migration))
82- - `minSdkVersion` -> `19` or later (see this
83- [AndroidX blog post](https://android-developers.googleblog.com/2023/10/androidx-minsdkversion-19.html)
84- for more info)
80+ - `compileSdkVersion` -> `35` or later (see the
81+ [Android 15 app migration guide](https://developer.android.com/about/versions/15/migration))
82+ - `minSdkVersion` -> `21` or later
8583
8684## 4. Java 8 compilation
8785
You can’t perform that action at this time.
0 commit comments