@convep_mobilogy/react-native-qms-plugin 0.13.4 → 0.13.5

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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,7 +61,10 @@ dependencies {
61
61
  coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
62
62
  }
63
63
  ```
64
- 2. In **android/app/build.gradle**, enable core library desugaring (inside `android`):
64
+ 3. In **android/app/build.gradle**, enable core library desugaring (inside `android`):
65
+
66
+ ```gradle
67
+ android {
65
68
  compileOptions {
66
69
  // you can match whatever your rootProject uses, 11 is safe
67
70
  sourceCompatibility JavaVersion.VERSION_11
@@ -70,6 +73,8 @@ dependencies {
70
73
  // this is what your AAR is demanding
71
74
  coreLibraryDesugaringEnabled true
72
75
  }
76
+ }
77
+ ```
73
78
  ---
74
79
 
75
80
  # Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convep_mobilogy/react-native-qms-plugin",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "description": "To handle defect managment",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",