security: swap RevenueCat hybrid-common SDK for native Android SDK purchases:10.10.0, add Maven repo

This commit is contained in:
null 2026-06-16 22:09:22 -05:00
parent e82207c9d0
commit 50c44d2afd
2 changed files with 4 additions and 1 deletions

View File

@ -98,7 +98,7 @@ dependencies {
implementation("androidx.security:security-crypto:1.0.0") implementation("androidx.security:security-crypto:1.0.0")
// RevenueCat // RevenueCat
implementation("com.revenuecat.purchases:purchases-hybrid-common:13.5.0") implementation("com.revenuecat.purchases:purchases:10.10.0")
// Coroutines // Coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0")

View File

@ -10,6 +10,9 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven(url = "https://central.sonatype.com/repository/maven-snapshots/") {
content { includeGroup("com.revenuecat.purchases") }
}
} }
} }
rootProject.name = "Closer" rootProject.name = "Closer"