Kent1011 / client_information

A plugin to get basic information from the client of your Flutter application
https://pub.dev/packages/client_information
MIT License
6 stars 17 forks source link

Update compileSdkVersion to Fix Build Error in Flutter 3.24.1 #17

Open mortuzahossain opened 1 month ago

mortuzahossain commented 1 month ago

Hello,

After updating to Flutter version 3.24.1, I encountered the following error when building the release APK:

AAPT: error: resource android:attr/lStar not found.
[        ]      at com.android.builder.internal.aapt.v2.Aapt2Exception$Companion.create(Aapt2Exception.kt:45)

To resolve this issue, I updated the compileSdkVersion in the project. This change ensures compatibility with the latest Flutter version and prevents build failures.

I believe many users of this plugin will benefit from this update. If everything looks good, kindly merge this pull request and release a new version on pub.dev.

Thank you in advance for your time and consideration.