@revenuecat/purchases-capacitor-ui 12.2.0 → 12.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Package.swift
CHANGED
|
@@ -11,7 +11,7 @@ let package = Package(
|
|
|
11
11
|
],
|
|
12
12
|
dependencies: [
|
|
13
13
|
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
|
|
14
|
-
.package(url: "https://github.com/RevenueCat/purchases-hybrid-common.git", exact: "17.
|
|
14
|
+
.package(url: "https://github.com/RevenueCat/purchases-hybrid-common.git", exact: "17.42.0")
|
|
15
15
|
],
|
|
16
16
|
targets: [
|
|
17
17
|
.target(
|
|
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
|
|
|
13
13
|
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
|
|
14
14
|
s.ios.deployment_target = '15.0'
|
|
15
15
|
s.dependency 'Capacitor'
|
|
16
|
-
s.dependency 'PurchasesHybridCommonUI', '17.
|
|
16
|
+
s.dependency 'PurchasesHybridCommonUI', '17.42.0'
|
|
17
17
|
s.swift_version = '5.1'
|
|
18
18
|
end
|
package/android/build.gradle
CHANGED
|
@@ -28,7 +28,7 @@ android {
|
|
|
28
28
|
buildTypes {
|
|
29
29
|
release {
|
|
30
30
|
minifyEnabled false
|
|
31
|
-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
31
|
+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
lintOptions {
|
|
@@ -51,6 +51,6 @@ repositories {
|
|
|
51
51
|
dependencies {
|
|
52
52
|
implementation project(':capacitor-android')
|
|
53
53
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
54
|
-
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:17.
|
|
54
|
+
implementation 'com.revenuecat.purchases:purchases-hybrid-common-ui:17.42.0'
|
|
55
55
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.20"
|
|
56
56
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revenuecat/purchases-capacitor-ui",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.2",
|
|
4
4
|
"description": "UI components for RevenueCat Capacitor SDK",
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@capacitor/core": "^8.0.0",
|
|
65
65
|
"@revenuecat/purchases-capacitor": "^10.2.4",
|
|
66
|
-
"@revenuecat/purchases-typescript-internal-esm": "17.
|
|
66
|
+
"@revenuecat/purchases-typescript-internal-esm": "17.42.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@capacitor/core": ">=8.0.0"
|