Skip to content

Commit

Permalink
Use compileSdkVersion version 31 on Android (Fixes #34)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Aug 20, 2024
1 parent 03288aa commit e6fb26b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions system_theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* [Migrate](https://dart.dev/interop/js-interop/package-web) to `package:web` over `dart:html` on web to enable WASM compatibility
* Support RGBA colors on web ([#31](https://github.com/bdlukaa/system_theme/issues/31))
* Use `compileSdkVersion` version `31` on Android ([#34](https://github.com/bdlukaa/system_theme/issues/34))

## [3.0.0] - [03/07/2024]

Expand Down
2 changes: 1 addition & 1 deletion system_theme/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
compileSdkVersion 31

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down

0 comments on commit e6fb26b

Please sign in to comment.