@appboxo/capacitor-boxo-sdk 0.2.0 → 0.2.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.
- package/CapacitorBoxoSdk.podspec +1 -1
- package/android/build.gradle +1 -1
- package/package.json +5 -5
package/CapacitorBoxoSdk.podspec
CHANGED
package/android/build.gradle
CHANGED
|
@@ -73,7 +73,7 @@ dependencies {
|
|
|
73
73
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
74
74
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
75
75
|
implementation project(':capacitor-android')
|
|
76
|
-
implementation('com.appboxo:sdk:1.5.
|
|
76
|
+
implementation('com.appboxo:sdk:1.5.19') {
|
|
77
77
|
exclude group: 'com.google.android.gms', module: 'play-services-location'
|
|
78
78
|
}
|
|
79
79
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appboxo/capacitor-boxo-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "A capacitor wrapper over Appboxo SDK for IOS and Android.",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"prepublishOnly": "npm run build"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@capacitor/android": "
|
|
50
|
-
"@capacitor/core": "
|
|
49
|
+
"@capacitor/android": ">=5.0.0",
|
|
50
|
+
"@capacitor/core": ">=5.0.0",
|
|
51
51
|
"@capacitor/docgen": "^0.2.2",
|
|
52
|
-
"@capacitor/ios": "
|
|
52
|
+
"@capacitor/ios": ">=5.0.0",
|
|
53
53
|
"@ionic/eslint-config": "^0.4.0",
|
|
54
54
|
"@ionic/prettier-config": "^1.0.1",
|
|
55
55
|
"@ionic/swiftlint-config": "^1.1.2",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"typescript": "~4.1.5"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@capacitor/core": "
|
|
65
|
+
"@capacitor/core": ">=5.0.0"
|
|
66
66
|
},
|
|
67
67
|
"prettier": "@ionic/prettier-config",
|
|
68
68
|
"swiftlint": "@ionic/swiftlint-config",
|