react-native-okaycam 1.1.7 → 1.1.8

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.
@@ -1,2 +1,2 @@
1
- #Wed Feb 09 15:28:25 MYT 2022
2
- gradle.version=7.0-rc-1
1
+ #Tue Mar 15 17:41:49 MYT 2022
2
+ gradle.version=7.1.1
@@ -38,7 +38,7 @@ repositories {
38
38
 
39
39
  dependencies {
40
40
  implementation 'com.facebook.react:react-native:+'
41
- implementation ('com.innov8tif.okaycam:OkayCam:1.1.5@aar') {
41
+ implementation ('com.innov8tif.okaycam:OkayCam:1.1.7@aar') {
42
42
  transitive=true
43
43
  }
44
44
  implementation 'com.googlecode.json-simple:json-simple:1.1.1'
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.1.7",
4
+ "version": "1.1.8",
5
5
  "description": "React-Native version of OkayCam",
6
6
  "main": "index.ts",
7
7
  "files": [
File without changes