react-native-okaycam 1.2.0 → 1.2.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.
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Mon Jul 17 09:01:01 BDT 2023
2
+ gradle.version=6.8
File without changes
@@ -30,13 +30,6 @@ android {
30
30
  sourceCompatibility JavaVersion.VERSION_1_8
31
31
  targetCompatibility JavaVersion.VERSION_1_8
32
32
  }
33
-
34
- repositories {
35
- // jcenter({ url "https://dl.bintray.com/innov8tifekyc/OkayCam/" })
36
- // maven { url "https://s01.oss.sonatype.org/content/repositories/cominnov8tif-1064" }
37
-
38
- }
39
-
40
33
  }
41
34
 
42
35
  repositories {
@@ -46,7 +39,7 @@ repositories {
46
39
 
47
40
  dependencies {
48
41
  implementation 'com.facebook.react:react-native:+'
49
- implementation('com.innov8tif.okaycam:OkayCam:1.2.2@aar') {
42
+ implementation('com.innov8tif.okaycam:OkayCam:1.2.3@aar') {
50
43
  transitive = true
51
44
  }
52
45
  implementation 'com.googlecode.json-simple:json-simple:1.1.1'
package/android/gradlew CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-okaycam",
3
3
  "title": "React Native OkayCam",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "description": "React-Native version of OkayCam",
6
6
  "main": "index.ts",
7
7
  "files": [
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
  s.requires_arc = true
23
23
  s.static_framework = true
24
24
  s.dependency "React"
25
- s.dependency "OkayCam", "1.1.10"
25
+ s.dependency "OkayCam", "1.1.16"
26
26
  end
27
27
 
28
28