We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compileSdkVersion
31
34
1 parent dc4cff2 commit 32c3ef8Copy full SHA for 32c3ef8
packages/dynamic_color/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Unreleased
2
+### Changed
3
+- Update `compileSdkVersion` to `34`
4
+
5
## 1.7.0 - 2024-03-01
6
### Changed
7
- Update `material_color_utilities` to `0.8.0`
packages/dynamic_color/android/build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
27
android {
28
namespace 'io.material.plugins.dynamic_color'
29
30
- compileSdkVersion 31
+ compileSdkVersion 34
32
compileOptions {
33
sourceCompatibility JavaVersion.VERSION_1_8
0 commit comments