@gatekeeperx/cordova-plugin-devicex 1.2.16 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @gatekeeperx/cordova-plugin-devicex might be problematic. Click here for more details.
package/package.json
CHANGED
package/plugin.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<plugin id="@gatekeeperx/cordova-plugin-devicex"
|
|
3
3
|
xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
4
|
-
xmlns:android="http://schemas.android.com/apk/res/android" version="1.
|
|
4
|
+
xmlns:android="http://schemas.android.com/apk/res/android" version="1.3.1">
|
|
5
5
|
<name>Devicex</name>
|
|
6
6
|
<description>GatekeeperX Device Intelligence Cordova plugin (Android)</description>
|
|
7
7
|
<license>Apache-2.0</license>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<framework src="io.ktor:ktor-serialization-kotlinx-json:2.3.7" />
|
|
32
32
|
<!-- AARs locales -->
|
|
33
33
|
<lib-file src="src/android/libs/devicex-bridge.aar" arch="device" />
|
|
34
|
-
<lib-file src="src/android/libs/devicex-1.
|
|
34
|
+
<lib-file src="src/android/libs/devicex-1.3.1.aar" arch="device" />
|
|
35
35
|
|
|
36
36
|
<!-- Hook para configurar Gradle -->
|
|
37
37
|
<hook type="after_plugin_install" src="src/android/hooks/configure-gradle.js" />
|
|
@@ -43,7 +43,7 @@ repositories {
|
|
|
43
43
|
// Agregar dependencias de AARs después de fileTree si no existen
|
|
44
44
|
if (buildGradle.indexOf('devicex-bridge') === -1) {
|
|
45
45
|
const depsBlock = ` implementation files('libs/devicex-bridge.aar')
|
|
46
|
-
implementation files('libs/devicex-1.
|
|
46
|
+
implementation files('libs/devicex-1.3.1.aar')
|
|
47
47
|
|
|
48
48
|
// Dependencias del SDK Devicex
|
|
49
49
|
implementation 'io.ktor:ktor-client-core:2.3.7'
|
|
Binary file
|
|
Binary file
|