-
Notifications
You must be signed in to change notification settings - Fork 91
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
not compatible with latest android gradle plugin (>= 8.x.x) #236
Comments
After extensive configuration, I have successfully resolved the issue. Here are the steps taken: 1- Open the Android module in Android Studio.
You can do these modifications directly in you app level build.gradle file and in flutter.groovy file as well. 5- Go to setting.gradle set following versions for gradle and kotlin
6- Got to gradle-wrapper.properties and update distributionUrl with 7- In module level build.gradle of twilio_voice
8- Sync the project again. Summary:
|
@jd-bus did you resolve this issue? |
Hi everyone, I apologize for the delayed response. I'll be upgrading this package this week to support AGP 8. Many thanks to @asshyy-ktz for the assistance. |
Any update on this ? |
Issue Summary
Steps to Reproduce
In android/gradle/wrapper/gradle-wrapper.properties:
The text was updated successfully, but these errors were encountered: