-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Require users to use AGP 8 if using the latest Flutter SDK #18
Comments
We are able to build using
|
Hey @joshuadeguzman ! Regarding not being able to update due to
While not a perfect solution, it could help until the library owners update their respective targets. |
Resolving the issue as new docs are live! |
Thank you @ianrumac !! I saw the doc changes, it's pretty neat! I hope this will help more developers who will integrate Superwall! https://superwall.com/docs/installation-via-pubspec#android-configuration |
@ianrumac maybe you guys should update your god forsaken docs as well. one of your quick start guides put me on superwall kit 0.0.27....not the latest version. i just lost 6 hours because of this. ffs |
Description
We're currently using Android Gradle Plugin (AGP) 7.6.3. When we try to run
flutter build apk
, it throws a build error for having a nullable R8 issue, related to the AGP v8 migration in the Android SDK.Attachments
Here's the error logs that we get:
It throws an unrelated R8 error but somehow it didn't expose the actual issue. So we went ahead and check the SDK changelog, and crossmatch it with the native SDKs.
Proposal
I propose we update the docs and remind the users to use the latest AGP version in the Installing SDK step:
I went through the Android SDK PR changes, and saw that the AGP was using the 8.5 version. Good thing is that the Flutter SDK Changelog does match the changes happening on the native plugins so I was able to see the changes.
Thanks!
The text was updated successfully, but these errors were encountered: