Adobe-Marketing-Cloud / aep-sdks-documentation

Documentation repository for the Adobe Experience Platform Mobile SDKs
MIT License
26 stars 106 forks source link

[ Android ] - AGP 7.2.0 can no longer access sdks bundled in Mobile Core #811

Open BetweenTwoBits opened 1 year ago

BetweenTwoBits commented 1 year ago

Previously (as stated in the docs), using Android Gradle Plugin 7.1.3 would allow project files to use classes from Identity, Lifecycle, and Signal directly. After upgrading to Android Gradle Plugin 7.2.0, those dependencies now have to be added directly for Android studio to see them.

Interestingly, building the project from the command line still works just fine, so this is purely an IDE issue.