Skip to content

Commit

Permalink
RDART-1087: Update compileSdkVersion to fix android:attr/lStar not fo…
Browse files Browse the repository at this point in the history
…und (#1797)
  • Loading branch information
scris authored Oct 21, 2024
1 parent 7b92091 commit 4e23227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* None

### Fixed
* None
* For the Android platform, changed compileSdkVersion into 31 from 28 to fix the fatal `android:attr/lStar not found` error when using Flutter 3.24.

### Compatibility
* Realm Studio: 15.0.0 or later.
Expand Down
2 changes: 1 addition & 1 deletion packages/realm/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
namespace 'io.realm'
}

compileSdkVersion 28
compileSdkVersion 31

defaultConfig {
minSdkVersion 16
Expand Down

0 comments on commit 4e23227

Please sign in to comment.