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

cordova-androidx-build

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-androidx-build - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "cordova-androidx-build",
"version": "1.0.2",
"version": "1.0.3",
"description": "This plugin helps to build your app with AndroidX library. ",

@@ -5,0 +5,0 @@ "cordova": {

@@ -7,3 +7,3 @@ # Cordova AndroidX Build plugin

Since Cordova will introduce `AndroidX` from `Cordova 9`, however your plugin needs to support both `with AndroidX` and `without AndroidX`.
Since Cordova will introduce `AndroidX` from `cordova-android@9`, however your plugin needs to support both `with AndroidX` and `without AndroidX`.

@@ -24,3 +24,9 @@ This plugin migrates user's project code to `AndroidX` automatically when your plugin code is build at the time.

```xml
<dependency id="cordova-androidx-build" version="1.0.0">
<?xml version='1.0' encoding='utf-8'?>
<plugin ...>
<platform name="android">
...
<dependency id="cordova-androidx-build" /> <-- Add this line
</platform>
</plugin>
```

@@ -27,0 +33,0 @@

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