point click sdk 추가

This commit is contained in:
2023-09-19 22:42:11 +09:00
parent 318bae54a1
commit 4bcc1b2680
9 changed files with 89 additions and 9 deletions

View File

@@ -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 "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"
}
}
// Maven Remote Repo PointClick aar
}
}
rootProject.name = "SodaLive"