indigitall-hms-capacitor-plugin 4.0.0 → 5.0.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.
@@ -2,7 +2,7 @@
2
2
  apply plugin: 'com.huawei.agconnect'
3
3
  ext {
4
4
  junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.13.1'
5
- androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.2.0'
5
+ androidxAppCompatVersion = project.hasProperty('androidxAppCompatVersion') ? rootProject.ext.androidxAppCompatVersion : '1.6.1'
6
6
  androidxJunitVersion = project.hasProperty('androidxJunitVersion') ? rootProject.ext.androidxJunitVersion : '1.1.2'
7
7
  androidxEspressoCoreVersion = project.hasProperty('androidxEspressoCoreVersion') ? rootProject.ext.androidxEspressoCoreVersion : '3.3.0'
8
8
  }
@@ -14,8 +14,8 @@ buildscript {
14
14
  maven { url 'https://developer.huawei.com/repo/' }
15
15
  }
16
16
  dependencies {
17
- classpath 'com.android.tools.build:gradle:4.2.1'
18
- classpath 'com.huawei.agconnect:agcp:1.9.1.303'
17
+ classpath 'com.android.tools.build:gradle:7.2.1'
18
+ classpath 'com.huawei.agconnect:agcp:1.9.1.304'
19
19
  }
20
20
  }
21
21
 
@@ -23,10 +23,10 @@ apply plugin: 'com.android.library'
23
23
 
24
24
  android {
25
25
  namespace "com.indigitall.hms.capacitor"
26
- compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 35
26
+ compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 36
27
27
  defaultConfig {
28
- minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 21
29
- targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 35
28
+ minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 23
29
+ targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 36
30
30
  versionCode 1
31
31
  versionName "1.0"
32
32
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -41,8 +41,8 @@ android {
41
41
  abortOnError false
42
42
  }
43
43
  compileOptions {
44
- sourceCompatibility JavaVersion.VERSION_1_8
45
- targetCompatibility JavaVersion.VERSION_1_8
44
+ sourceCompatibility JavaVersion.VERSION_17
45
+ targetCompatibility JavaVersion.VERSION_17
46
46
  }
47
47
  }
48
48
 
@@ -61,9 +61,9 @@ dependencies {
61
61
  testImplementation "junit:junit:$junitVersion"
62
62
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
63
63
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
64
- implementation('com.indigitall:android-hms:6.0.+'){
64
+ implementation('com.indigitall:android-hms:7.0.+'){
65
65
  exclude group: "com.indigitall", module: "android-commons"
66
66
  }
67
- implementation('com.huawei.hms:push:6.11.0.300')
67
+ implementation('com.huawei.hms:push:6.13.0.300')
68
68
  implementation('com.huawei.hms:location:6.12.0.300')
69
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indigitall-hms-capacitor-plugin",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "type": "module",
5
5
  "description": "Capacitor Indigitall Hms Plugin",
6
6
  "main": "dist/plugin.cjs.js",
@@ -47,6 +47,7 @@
47
47
  "@capacitor/core": "^4.0.0",
48
48
  "@capacitor/docgen": "^0.2.1",
49
49
  "@capacitor/ios": "^4.0.0",
50
+ "@types/node": "~14.18.0",
50
51
  "@ionic/eslint-config": "^0.3.0",
51
52
  "@ionic/prettier-config": "^1.0.1",
52
53
  "@ionic/swiftlint-config": "^1.1.2",