You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(android, build): remove jcenter / use modern versions
* fix(android): use default versions with wider compatibility
Android gradle plugin of 7.0.3 requires a minimum gradle of 7 which it turns out many don't have
If you do have gradle 7 though, you may have a compatibility issue with Java 8
Sticking to gradle plugin 4 for a bit, and compile version 30 (rapidly becoming most common) should
yield maximum compatibility
0 commit comments