Skip to content

Commit

Permalink
feat: upgrade android to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 3, 2022
1 parent 10c6883 commit 9e59844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ dependencies {
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation "androidx.core:core-ktx:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.revenuecat.purchases:purchases:4.3.1"
implementation "com.revenuecat.purchases:purchases-hybrid-common:1.10.0"
implementation "com.revenuecat.purchases:purchases:4.6.1"
implementation "com.revenuecat.purchases:purchases-hybrid-common:1.11.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-purchases",
"version": "0.0.18",
"version": "0.0.19",
"description": "In-app Subscriptions Made Easy with RevenueCat sdk",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 9e59844

Please sign in to comment.