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.
package/android/build.gradle
CHANGED
|
@@ -6,7 +6,7 @@ buildscript {
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
dependencies {
|
|
9
|
-
classpath 'com.android.tools.build:gradle:8.
|
|
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 "
|
|
19
|
+
buildToolsVersion "35.0.0"
|
|
20
20
|
|
|
21
21
|
defaultConfig {
|
|
22
|
-
minSdkVersion
|
|
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.
|
|
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, "
|
|
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
|