Skip to content

Commit 62f8561

Browse files
hunterstichleticiarossi
authored andcommitted
[Build] Updated compileSdkVersion to 35
PiperOrigin-RevId: 753223274
1 parent be09936 commit 62f8561

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects {
1717
}
1818

1919
ext {
20-
compileSdkVersion = 34
20+
compileSdkVersion = 35
2121
minSdkVersion = 21
2222
targetSdkVersion = 33
2323

docs/getting-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,9 @@ In order to use the latest versions of Material Components for Android and the
7777
AndroidX Jetpack libraries, you will have to install the latest version of
7878
Android 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

0 commit comments

Comments
 (0)