ayyshim / esewa_pnp

Unofficial esewa plugin for flutter application.
MIT License
40 stars 23 forks source link

Bug: Build Failed on Android Direct local .aar file dependencies are not supported when building an AAR. #44

Closed aryalg closed 2 years ago

aryalg commented 2 years ago

Describe the bug Build Failed on Android Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be packaged in the resulting AAR. Previous versions of the Android Gradle Plugin produce broken AARs in this case too (despite not throwing this error).

To Reproduce Steps to reproduce the behavior:

  1. Upgrade Flutter Version to 2.10.0

Expected behavior Build should succeed on android

Environment (please complete the following information):

ayyshim commented 2 years ago

It looks like you have fixed it in your fork. Please open a PR if it's working on your end. @aryalg

Roopaish commented 2 years ago

Please merge the PR he made @ayyshim

ayyshim commented 2 years ago

PR has been merged and this issue is fixed.