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
@powysm@echo-branch That is correct; the 3.x releases are intended to be backwards compatible with older Android Studio + Older Xcode, meaning we aren't changing things like compile vs implementation and CocoaPods support.
The rules.gradle file was removed in the 4.x releases and uses the default Cordova config (which uses implementation) so it no longer has that error.
The 4.x releases are 100% up to date and don't have those warnings.
using release 3.4.0 in studio 3.3.2
I get the following message on build
This is the offending line:
compile (name:'Branch', ext:'aar')
Changing to the following resolves:
implementation (name:'Branch', ext:'aar')
The text was updated successfully, but these errors were encountered: