security: swap RevenueCat hybrid-common SDK for native Android SDK purchases:10.10.0, add Maven repo
This commit is contained in:
parent
e82207c9d0
commit
50c44d2afd
|
|
@ -98,7 +98,7 @@ dependencies {
|
|||
implementation("androidx.security:security-crypto:1.0.0")
|
||||
|
||||
// RevenueCat
|
||||
implementation("com.revenuecat.purchases:purchases-hybrid-common:13.5.0")
|
||||
implementation("com.revenuecat.purchases:purchases:10.10.0")
|
||||
|
||||
// Coroutines
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0")
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven(url = "https://central.sonatype.com/repository/maven-snapshots/") {
|
||||
content { includeGroup("com.revenuecat.purchases") }
|
||||
}
|
||||
}
|
||||
}
|
||||
rootProject.name = "Closer"
|
||||
|
|
|
|||
Loading…
Reference in New Issue