OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
623 stars 213 forks source link

set compileSdkVersion 34 to fix build errors #935

Closed jkasten2 closed 3 months ago

jkasten2 commented 3 months ago

Description

One Line Summary

Fix lStar not found error due to compileSdkVersion being to old.

Details

Motivation

SDK should compatible with Fluter 3.24.0 and newer.

Scope

Only effect Android compile settings

Related

Fixes issue #930

Affected code checklist

Checklist

Overview

Testing

Final pass


This change is Reviewable

DmitryGaimaldinov commented 3 months ago

If this pull request has been merged could you please release a new version of the package with this hotfix?