lemnisk-react-native 0.1.1 → 0.1.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.
@@ -50,16 +50,13 @@ repositories {
50
50
  }
51
51
  google()
52
52
  jcenter()
53
- flatDir {
54
- dirs "/home/sarvesh/Videos"
55
- }
56
53
  }
57
54
 
58
55
  dependencies {
59
56
  //noinspection GradleDynamicVersion
60
57
  implementation "com.facebook.react:react-native:+" // From node_modules
61
- //implementation 'co.lemnisk.app.android:AndroidSDK:1.1.4'
62
- implementation(name:'AndroidSDK-release', ext:'aar')
58
+ implementation 'co.lemnisk.app.android:AndroidSDK:1.1.7.3'
59
+ //implementation(name:'AndroidSDK-release', ext:'aar')
63
60
  implementation group: 'joda-time', name: 'joda-time', version: '2.10.10'
64
61
  implementation 'com.google.android.gms:play-services-base:17.6.0'
65
62
  implementation platform('com.google.firebase:firebase-bom:28.2.0')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lemnisk-react-native",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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",