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 {
17
17
}
18
18
19
19
ext {
20
- compileSdkVersion = 34
20
+ compileSdkVersion = 35
21
21
minSdkVersion = 21
22
22
targetSdkVersion = 33
23
23
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
77
77
AndroidX Jetpack libraries, you will have to install the latest version of
78
78
Android Studio and update your app to meet the following requirements:
79
79
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
85
83
86
84
## 4. Java 8 compilation
87
85
You can’t perform that action at this time.
0 commit comments