File tree Expand file tree Collapse file tree 8 files changed +94
-101
lines changed
UserReportReactNativeSDK.xcodeproj Expand file tree Collapse file tree 8 files changed +94
-101
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ node_modules/react-native/flow/
23
23
[options]
24
24
emoji=true
25
25
26
- esproposal.optional_chaining=enable
27
- esproposal.nullish_coalescing=enable
28
-
29
26
exact_by_default=true
30
27
31
28
module.file_ext=.js
@@ -63,4 +60,4 @@ untyped-import
63
60
untyped-type-import
64
61
65
62
[version]
66
- ^0.137 .0
63
+ ^0.149 .0
Original file line number Diff line number Diff line change @@ -125,11 +125,6 @@ android {
125
125
126
126
compileSdkVersion rootProject. ext. compileSdkVersion
127
127
128
- compileOptions {
129
- sourceCompatibility JavaVersion . VERSION_1_8
130
- targetCompatibility JavaVersion . VERSION_1_8
131
- }
132
-
133
128
defaultConfig {
134
129
applicationId " com.userreportreactnativesdk"
135
130
minSdkVersion rootProject. ext. minSdkVersion
@@ -215,7 +210,7 @@ dependencies {
215
210
// Run this once to be able to run the application with BUCK
216
211
// puts all compile dependencies into folder libs for BUCK to use
217
212
task copyDownloadableDepsToLibs (type : Copy ) {
218
- from configurations. compile
213
+ from configurations. implementation
219
214
into ' libs'
220
215
}
221
216
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext {
5
- buildToolsVersion = " 29 .0.3 "
5
+ buildToolsVersion = " 30 .0.2 "
6
6
minSdkVersion = 21
7
- compileSdkVersion = 29
8
- targetSdkVersion = 29
7
+ compileSdkVersion = 30
8
+ targetSdkVersion = 30
9
9
ndkVersion = " 20.1.5948944"
10
10
}
11
11
repositories {
12
12
google()
13
- jcenter ()
13
+ mavenCentral ()
14
14
}
15
15
dependencies {
16
- classpath(" com.android.tools.build:gradle:4.1.0 " )
16
+ classpath(" com.android.tools.build:gradle:4.2.1 " )
17
17
// NOTE: Do not place your application dependencies here; they belong
18
18
// in the individual module build.gradle files
19
19
}
20
20
}
21
21
22
22
allprojects {
23
23
repositories {
24
+ mavenCentral()
24
25
mavenLocal()
25
26
maven {
26
27
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
@@ -32,7 +33,6 @@ allprojects {
32
33
}
33
34
34
35
google()
35
- jcenter()
36
36
maven { url ' https://www.jitpack.io' }
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ android.useAndroidX=true
25
25
android.enableJetifier =true
26
26
27
27
# Version of flipper SDK to use with React Native
28
- FLIPPER_VERSION =0.75.1
28
+ FLIPPER_VERSION =0.93.0
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
require_relative '../node_modules/react-native/scripts/react_native_pods'
2
2
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
3
3
4
- platform :ios , '10 .0'
4
+ platform :ios , '11 .0'
5
5
6
6
target 'UserReportReactNativeSDK' do
7
7
config = use_native_modules!
@@ -26,4 +26,4 @@ target 'UserReportReactNativeSDK' do
26
26
post_install do |installer |
27
27
react_native_post_install ( installer )
28
28
end
29
- end
29
+ end
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " UserReportReactNativeSDK " ,
2
+ "name" : " userreportreactnativesdk " ,
3
3
"version" : " 0.0.1" ,
4
4
"private" : true ,
5
5
"scripts" : {
11
11
},
12
12
"dependencies" : {
13
13
"@audienceproject/react-native-userreport-sdk" : " file:.." ,
14
- "react" : " 17.0.1 " ,
15
- "react-native" : " 0.64.0 " ,
16
- "react-native-device-info" : " ^8.0.6 "
14
+ "react" : " 17.0.2 " ,
15
+ "react-native" : " 0.65.1 " ,
16
+ "react-native-device-info" : " 8.3.1 "
17
17
},
18
18
"devDependencies" : {
19
19
"@babel/core" : " ^7.12.9" ,
22
22
"babel-jest" : " ^26.6.3" ,
23
23
"eslint" : " 7.14.0" ,
24
24
"jest" : " ^26.6.3" ,
25
- "metro-react-native-babel-preset" : " ^0.64.0" ,
26
- "react-test-renderer" : " 17.0.1"
25
+ "metro-react-native-babel-preset" : " ^0.66.0" ,
26
+ "react-native-codegen" : " ^0.0.7" ,
27
+ "react-test-renderer" : " 17.0.2"
27
28
},
28
29
"jest" : {
29
30
"preset" : " react-native"
You can’t perform that action at this time.
0 commit comments