react-native-okaycam 1.2.9 → 1.2.11

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
@@ -1,2 +1,2 @@
1
- #Mon May 06 09:35:00 BDT 2024
2
- gradle.version=6.9
1
+ #Thu Jun 20 12:59:35 BDT 2024
2
+ gradle.version=6.8
@@ -14,12 +14,12 @@ buildscript {
14
14
  apply plugin: 'com.android.library'
15
15
 
16
16
  android {
17
- compileSdkVersion 23
17
+ compileSdkVersion 33
18
18
  buildToolsVersion "23.0.3"
19
19
 
20
20
  defaultConfig {
21
- minSdkVersion 21
22
- targetSdkVersion 22
21
+ minSdkVersion 29
22
+ targetSdkVersion 33
23
23
  versionCode 1
24
24
  versionName "1.0"
25
25
  }
@@ -33,13 +33,14 @@ android {
33
33
  }
34
34
 
35
35
  repositories {
36
- mavenCentral()
37
36
  google()
37
+ mavenCentral()
38
+ maven { url 'https://www.jitpack.io' }
38
39
  }
39
40
 
40
41
  dependencies {
41
42
  implementation 'com.facebook.react:react-native:+'
42
- implementation('com.innov8tif.okaycam:OkayCam:1.2.6@aar') {
43
+ implementation('com.innov8tif.okaycam:OkayCam:1.2.9@aar') {
43
44
  transitive = true
44
45
  }
45
46
  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.2.9",
4
+ "version": "1.2.11",
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.28"
25
+ s.dependency "OkayCam", "1.1.31"
26
26
  end
27
27
 
28
28