indigitall-hms-capacitor-plugin 2.0.6 → 2.2.0

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.
@@ -15,17 +15,18 @@ buildscript {
15
15
  }
16
16
  dependencies {
17
17
  classpath 'com.android.tools.build:gradle:4.2.1'
18
- classpath 'com.huawei.agconnect:agcp:1.6.5.300'
18
+ classpath 'com.huawei.agconnect:agcp:1.7.3.302'
19
19
  }
20
20
  }
21
21
 
22
22
  apply plugin: 'com.android.library'
23
23
 
24
24
  android {
25
- compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 31
25
+ namespace "com.indigitall.hms.capacitor"
26
+ compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 33
26
27
  defaultConfig {
27
28
  minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21
28
- targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 31
29
+ targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 33
29
30
  versionCode 1
30
31
  versionName "1.0"
31
32
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -60,9 +61,9 @@ dependencies {
60
61
  testImplementation "junit:junit:$junitVersion"
61
62
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
62
63
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
63
- implementation('com.indigitall:android-hms:4.20.+'){
64
+ implementation('com.indigitall:android-hms:5.5.+'){
64
65
  exclude group: "com.indigitall", module: "android-commons"
65
66
  }
66
- implementation('com.huawei.hms:push:6.3.0.304')
67
- implementation('com.huawei.hms:location:6.2.0.300')
67
+ implementation('com.huawei.hms:push:6.7.0.300')
68
+ implementation('com.huawei.hms:location:6.7.0.300')
68
69
  }
@@ -1,5 +1,5 @@
1
1
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
- package="com.indigitall.hms.capacitor">
2
+ >
3
3
  <uses-permission android:name="android.permission.INTERNET" />
4
4
  <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
5
5
  <uses-permission android:name="android.permission.VIBRATE" />
@@ -12,7 +12,7 @@
12
12
  </queries>
13
13
  <application
14
14
  android:allowBackup="true">
15
- <service android:name=".IndigitallHMSMessagingService"
15
+ <service android:name="com.indigitall.hms.capacitor.IndigitallHMSMessagingService"
16
16
  android:exported="false">
17
17
  <intent-filter>
18
18
  <action android:name="com.huawei.push.action.MESSAGING_EVENT" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indigitall-hms-capacitor-plugin",
3
- "version": "2.0.6",
3
+ "version": "2.2.0",
4
4
  "description": "Capacitor Indigitall Hms Plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",