@convep_mobilogy/react-native-qms-plugin 0.7.2 → 0.7.4

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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -61,7 +61,15 @@ dependencies {
61
61
  coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
62
62
  }
63
63
  ```
64
-
64
+ 2. In **android/app/build.gradle**, enable core library desugaring (inside `android`):
65
+ compileOptions {
66
+ // you can match whatever your rootProject uses, 11 is safe
67
+ sourceCompatibility JavaVersion.VERSION_11
68
+ targetCompatibility JavaVersion.VERSION_11
69
+
70
+ // this is what your AAR is demanding
71
+ coreLibraryDesugaringEnabled true
72
+ }
65
73
  ---
66
74
 
67
75
  # Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convep_mobilogy/react-native-qms-plugin",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "description": "To handle defect managment",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -54,7 +54,6 @@
54
54
  "bugs": {
55
55
  "url": "http://convep.ddns.me:20000/alepmustaqim03/Qms_Plugin/issues"
56
56
  },
57
- "homepage": "http://convep.ddns.me:20000/alepmustaqim03/Qms_Plugin.git#readme",
58
57
  "publishConfig": {
59
58
  "registry": "https://registry.npmjs.org/"
60
59
  },