Initial commit
This commit is contained in:
22
settings.gradle
Normal file
22
settings.gradle
Normal file
@@ -0,0 +1,22 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user