@appcues/capacitor
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "@appcues/capacitor", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Capcitor plugin to bridge the native Android and iOS Appcues mobile SDKs in an Ionic application.", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -26,2 +26,21 @@ # Appcues Capacitor Plugin | ||
### Prerequisites | ||
**Android** - your application's `build.gradle` must have a `compileSdkVersion` of 33+ and `minSdkVersion` of 21+ | ||
``` | ||
android { | ||
compileSdkVersion 33 | ||
defaultConfig { | ||
minSdkVersion 21 | ||
} | ||
} | ||
``` | ||
**iOS** - your application must target iOS 11+ to install the SDK, and iOS 13+ to render Appcues content. Update the iOS project xcodeproj to set the deployment target, if needed. In the application's `Podfile`, include at least this minimum version. | ||
```rb | ||
# Podfile | ||
platform :ios, '11.0' | ||
``` | ||
### Installation | ||
@@ -28,0 +47,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118
62490