point click sdk 추가
This commit is contained in:
@@ -12,6 +12,18 @@ dependencyResolutionManagement {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
// Maven Remote Repo PointClick aar
|
||||
flatDir {
|
||||
dirs 'libs' }
|
||||
// PointClick SDK Repository
|
||||
maven {
|
||||
url "s3://repo.pointclick.co.kr/releases"
|
||||
credentials(AwsCredentials) {
|
||||
accessKey "AKIAWRZUK5MFH2MNFOWX"
|
||||
secretKey "LnYlB3YErx9EUc5TRo8Dv0bvVHg80cCjnR3qp681"
|
||||
}
|
||||
}
|
||||
// Maven Remote Repo PointClick aar
|
||||
}
|
||||
}
|
||||
rootProject.name = "SodaLive"
|
||||
|
||||
Reference in New Issue
Block a user