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

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
@@ -47,12 +47,7 @@ allprojects {
47
47
  maven { url = uri("https://www.jitpack.io") } // keep JitPack if RN needs it
48
48
 
49
49
  maven {
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
- }
50
+ url = uri("https://raw.githubusercontent.com/ConvepMobilogy/QMS_framework/main/maven-repo")
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.3"
78
+ implementation "com.convep.qms:qms-plugin:1.8.0"
79
79
  // implementation files('libs/Qms_plugin-release.aar')
80
80
  implementation 'androidx.appcompat:appcompat:1.6.1'
81
81
 
@@ -4,7 +4,7 @@ import com.facebook.react.ReactPackage
4
4
  import com.facebook.react.bridge.NativeModule
5
5
  import com.facebook.react.bridge.ReactApplicationContext
6
6
  import com.facebook.react.uimanager.ViewManager
7
- import com.example.qms.QmsModule
7
+ import com.convep.qms.QmsModule
8
8
 
9
9
  class QmsPluginPackage : ReactPackage {
10
10
  override fun createNativeModules(reactContext: ReactApplicationContext): List<NativeModule> {
@@ -18,7 +18,7 @@
18
18
  </data>
19
19
  <key>Info.plist</key>
20
20
  <data>
21
- AaJE9H7xzNyQkDiLPw3sM9LfFjQ=
21
+ w/Rc8R+JLx3x4AhZWV+3tG1CxCM=
22
22
  </data>
23
23
  <key>Modules/module.modulemap</key>
24
24
  <data>
@@ -18,7 +18,7 @@
18
18
  </data>
19
19
  <key>Info.plist</key>
20
20
  <data>
21
- RNXd5p+E7NvIdc7OKurgeIO55/s=
21
+ bbhIYcGh7MnGD7V1rEns5GGhP1g=
22
22
  </data>
23
23
  <key>Modules/module.modulemap</key>
24
24
  <data>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convep_mobilogy/react-native-qms-plugin",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "To handle defect managment",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",