-
-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
Milestone
Description
When the mode creates the gradle project to build the apk from the sketch's source, it copies the aar dependencies from the SDK location:
There is no need for this, since gradle will resolve the dependencies and download the package if needed.
A consequence is that mode would not need to download the android and google repositories at all. Additionally, according to Android's docs, the support libraries will not available through the SDK Manager