cordova-androidx-build
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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
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
291454
65