fidel-react-native 3.0.7 → 3.1.0

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.
@@ -6,7 +6,7 @@ buildscript {
6
6
  }
7
7
 
8
8
  dependencies {
9
- classpath 'com.android.tools.build:gradle:8.4.2'
9
+ classpath 'com.android.tools.build:gradle:8.10.0'
10
10
  }
11
11
  }
12
12
 
@@ -16,10 +16,10 @@ apply from: 'jacoco.gradle'
16
16
  android {
17
17
  namespace 'com.fidelreactlibrary'
18
18
  compileSdkVersion 36
19
- buildToolsVersion "30.0.3"
19
+ buildToolsVersion "35.0.0"
20
20
 
21
21
  defaultConfig {
22
- minSdkVersion 21
22
+ minSdkVersion 24
23
23
  targetSdkVersion 36
24
24
  versionCode 1
25
25
  versionName "2.0.0"
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4
4
  networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
@@ -10,11 +10,11 @@ Pod::Spec.new do |s|
10
10
 
11
11
  s.authors = package['author']
12
12
  s.homepage = package['homepage']
13
- s.platform = :ios, "9.1"
13
+ s.platform = :ios, "15.1"
14
14
 
15
15
  s.source = { :git => "https://github.com/Enigmatic-Smile/rn-sdk.git", :tag => "v#{s.version}" }
16
16
  s.source_files = "ios/**/*.{h,m,swift}"
17
17
 
18
- s.dependency 'React'
18
+ s.dependency 'React-Core'
19
19
  s.dependency 'Fidel'
20
20
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fidel-react-native",
3
- "version": "3.0.7",
3
+ "version": "3.1.0",
4
4
  "description": "Fidel's React Native bridge library for iOS and Android.",
5
5
  "main": "index.js",
6
6
  "nativePackage": true,