realm / realm-dart

Realm is a mobile database: a replacement for SQLite & ORMs.
Apache License 2.0
757 stars 85 forks source link

Flutter 3.24 android:attr/lStar not found #1774

Open Bilonik opened 1 month ago

Bilonik commented 1 month ago

What happened?

Cant compile release on Android

I think this PR fix it: #1773

Need to change compileSdk >= 31

Reference: https://github.com/flutter/flutter/issues/153281

Repro steps

flutter run --release

Version

3.24

What Atlas Services are you using?

Atlas Device Sync

What type of application is this?

Flutter Application

Client OS and version

Android 14

Code snippets

No response

Stacktrace of the exception/crash you're getting

No response

Relevant log output

No response

sync-by-unito[bot] commented 1 month ago

➤ PM Bot commented:

Jira ticket: RDART-1087

scris commented 3 weeks ago

now I need to manually set compileSdkVersion of build.gradle (Module :realm), before #1773 is adopted

ebelevics commented 3 weeks ago

change please compileSdkVersion from 28 to higher, as I can't release app because of this error. P.S. For some reason after trying forks, and switching back to 3.4.1, it now did launch in release