lemnisk-react-native 0.1.22 → 0.1.25

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 @@ buildscript {
2
2
  if (project == rootProject) {
3
3
  repositories {
4
4
  google()
5
- jcenter()
5
+ mavenCentral()
6
6
  maven { url 'https://developer.huawei.com/repo/' }
7
7
  }
8
8
 
@@ -50,17 +50,16 @@ android {
50
50
  }
51
51
 
52
52
  android.defaultConfig {
53
- buildConfigField "String", "REACT_NATIVE_SDK_VERSION", "\"0.1.22\""
53
+ buildConfigField "String", "REACT_NATIVE_SDK_VERSION", "\"0.1.25\""
54
54
  }
55
55
 
56
56
  repositories {
57
- mavenLocal()
58
57
  maven {
59
58
  // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
60
59
  url("$rootDir/../node_modules/react-native/android")
61
60
  }
62
61
  google()
63
- jcenter()
62
+ mavenCentral()
64
63
  maven { url 'https://developer.huawei.com/repo/' }
65
64
  }
66
65
 
@@ -87,7 +87,6 @@ public class LemniskSdkModule extends ReactContextBaseJavaModule {
87
87
  return NAME;
88
88
  }
89
89
 
90
- @ReactMethod
91
90
  private AttributeBuilder getAttributeBuilderFromMap(ReadableMap object) {
92
91
  try {
93
92
  JSONObject attr = new JSONObject(object.toString());
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
22
22
  }
23
23
 
24
24
  s.dependency 'React-Core'
25
- s.dependency 'Lemnisk-iOS-SDK', '3.9.10'
25
+ s.dependency 'Lemnisk-iOS-SDK', '3.9.12'
26
26
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemnisk-react-native",
3
- "version": "0.1.22",
3
+ "version": "0.1.25",
4
4
  "description": "plugin to setup the lemnisk sdk on both android and ios platform",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",