@convep_mobilogy/react-native-qms-plugin 0.6.3 → 0.7.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/README.md CHANGED
@@ -48,11 +48,6 @@ allprojects {
48
48
 
49
49
  maven {
50
50
  url = uri("https://raw.githubusercontent.com/alepmustaqim03-sudo/aarPublish/main/maven-repo")
51
- credentials {
52
- // prefer gradle.properties/env so the token isn’t hardcoded
53
- username = "alepmustaqim03-sudo"
54
- password = "<clientToken>"
55
- }
56
51
  }
57
52
  }
58
53
  }
@@ -75,7 +75,7 @@ dependencies {
75
75
  implementation "com.facebook.react:react-android"
76
76
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
77
77
  implementation 'com.facebook.react:react-native:+'
78
- implementation "com.convep.qms:qms-plugin:1.2.0"
78
+ implementation "com.convep.qms:qms-plugin:1.4.0"
79
79
  // implementation files('libs/Qms_plugin-release.aar')
80
80
  implementation 'androidx.appcompat:appcompat:1.6.1'
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convep_mobilogy/react-native-qms-plugin",
3
- "version": "0.6.3",
3
+ "version": "0.7.1",
4
4
  "description": "To handle defect managment",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",