From 67ff0075373f5b1c64699e6f4fa4829d70789149 Mon Sep 17 00:00:00 2001 From: Tianze Ds Qiu Date: Fri, 27 Sep 2024 21:55:19 +0800 Subject: [PATCH 1/2] Update compileSdkVersion to fix android:attr/lStar not found --- packages/realm/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/realm/android/build.gradle b/packages/realm/android/build.gradle index 3ffcaa6d1..3ae9aa0fb 100644 --- a/packages/realm/android/build.gradle +++ b/packages/realm/android/build.gradle @@ -28,7 +28,7 @@ android { namespace 'io.realm' } - compileSdkVersion 28 + compileSdkVersion 31 defaultConfig { minSdkVersion 16 From c5aaf15b465f02e2c817f4acba0a2ec824c83d8f Mon Sep 17 00:00:00 2001 From: Tianze Ds Qiu Date: Mon, 7 Oct 2024 00:31:25 +0800 Subject: [PATCH 2/2] Update for the changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47722fb61..70e1f3c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.