Vanethos / flutter_notification_permissions

Plugin for Flutter to check and ask for Notification Permissions
BSD 2-Clause "Simplified" License
81 stars 75 forks source link

Update compileSdkVersion (breaks release build on latest version of Flutter) #55

Open kwellman opened 3 months ago

kwellman commented 3 months ago

After upgrading my project to flutter 3.24, the android release build broke due to this package. It causes the error: "AAPT: error: resource android:attr/lStar not found". The issue https://github.com/flutter/flutter/issues/153281 explains the error and gives a solution.

To fix it, the compileSdkVersion in build.gradle needs to be incremented to at least version 31.