Skip to content

Commit

Permalink
[AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.9.0 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot authored Nov 12, 2024
1 parent 0edf6bd commit 0e9851a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RevenuecatPurchasesCapacitor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'PurchasesHybridCommon', '13.8.0'
s.dependency 'PurchasesHybridCommon', '13.9.0'
s.swift_version = '5.1'
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation 'com.revenuecat.purchases:purchases-hybrid-common:13.8.0'
implementation 'com.revenuecat.purchases:purchases-hybrid-common:13.9.0'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def capacitor_pods
use_frameworks!
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
pod 'PurchasesHybridCommon', '13.8.0'
pod 'PurchasesHybridCommon', '13.9.0'
end

target 'Plugin' do
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
}
},
"dependencies": {
"@revenuecat/purchases-typescript-internal-esm": "13.8.0"
"@revenuecat/purchases-typescript-internal-esm": "13.9.0"
}
}

0 comments on commit 0e9851a

Please sign in to comment.