pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS) repositories { mavenLocal() google() mavenCentral() maven { url 'https://jitpack.io' } // Local AARs for SellyCloudSDK flatDir { dirs file('SellyCloudSDK/libs') } } } rootProject.name = "SellyCLoudSDKExample" include ':example' include ':SellyCloudSDK'