@appcues/capacitor
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0
{ | ||
"name": "@appcues/capacitor", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.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", |
@@ -47,8 +47,8 @@ # Appcues Capacitor Plugin | ||
1. apply `kotlin-android` plugin in app's build.gradle file. | ||
``` | ||
plugins { | ||
id 'com.android.application' | ||
id 'kotlin-android' | ||
} | ||
``` | ||
``` | ||
plugins { | ||
id 'com.android.application' | ||
id 'kotlin-android' | ||
} | ||
``` | ||
2. **OR** Update Android Gradle Plugin 8.4.0+ | ||
@@ -58,2 +58,14 @@ | ||
--- | ||
If your project fails to build with similar error: | ||
``` | ||
(25, 39): Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. | ||
The binary version of its metadata is 1.9.0, expected version is 1.7.1. | ||
``` | ||
Make sure to set the appropriate kotlin_version on your project build.gradle file | ||
``` | ||
ext.kotlin_version = ‘1.7.20’ | ||
``` | ||
#### iOS | ||
@@ -60,0 +72,0 @@ 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. |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
62851
0
158