Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appcues/capacitor

Package Overview
Dependencies
Maintainers
0
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appcues/capacitor - npm Package Compare versions

Comparing version 4.0.0-beta.1 to 4.0.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc