Skip to content

Commit 32c3ef8

Browse files
MarkSpitguidezpl
andauthored
Update compileSdkVersion from 31 to 34 (#580)
* Update compileSdkVersion from 31 to 34 * Update CHANGELOG.md --------- Co-authored-by: Pierre-Louis <[email protected]>
1 parent dc4cff2 commit 32c3ef8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/dynamic_color/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Unreleased
2+
### Changed
3+
- Update `compileSdkVersion` to `34`
4+
15
## 1.7.0 - 2024-03-01
26
### Changed
37
- Update `material_color_utilities` to `0.8.0`

packages/dynamic_color/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
2727
android {
2828
namespace 'io.material.plugins.dynamic_color'
2929

30-
compileSdkVersion 31
30+
compileSdkVersion 34
3131

3232
compileOptions {
3333
sourceCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)