Hello there,
I Want to use Local Mobile Notifications to Remind my user about the game in IOS and Android.
I Want to Use the Mobile Notification’s in my project the latest Version of Mobile Notifications is 2.2.2f Right Now,
Which require the android SDK API 33,
My Game Contains many other Packages which can be difficult to do right Now.
Is there Any way that I can Install the Older Version of this Package or If there is Any other Way to Get the Required Result required Assistance.
Thanks.
The SDK 33 is only required to compile. You can set compileSdk in gradle template to 33, but keep targetSdk to whichever you want, then even latest will work to you.
And you for sure can use older version as well. The Package Manager should let you install older version, or you can always edit the manifest.json file in Packages directory manually.