Skip to content

Commit

Permalink
Update compileSdkVersion from 31 to 34 (#580)
Browse files Browse the repository at this point in the history
* Update compileSdkVersion from 31 to 34

* Update CHANGELOG.md

---------

Co-authored-by: Pierre-Louis <[email protected]>
  • Loading branch information
MarkSpit and guidezpl authored May 1, 2024
1 parent dc4cff2 commit 32c3ef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/dynamic_color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased
### Changed
- Update `compileSdkVersion` to `34`

## 1.7.0 - 2024-03-01
### Changed
- Update `material_color_utilities` to `0.8.0`
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic_color/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
android {
namespace 'io.material.plugins.dynamic_color'

compileSdkVersion 31
compileSdkVersion 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 32c3ef8

Please sign in to comment.