Skip to content

Commit 17b7c57

Browse files
author
Angelo Girardi
authored
Merge pull request #20 from shiftsmartinc/ag/update_for_react_native_70_plus
fix!: [MON-101] update for react native 70 plus
2 parents 45fab7f + f7d34d1 commit 17b7c57

File tree

5 files changed

+1430
-1628
lines changed

5 files changed

+1430
-1628
lines changed

android/build.gradle

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,7 @@ android {
4545

4646
repositories {
4747
mavenLocal()
48-
exclusiveContent {
49-
filter {
50-
includeGroup "com.facebook.react"
51-
}
52-
forRepository {
53-
maven {
54-
url "$rootDir/../node_modules/react-native/android"
55-
}
56-
}
57-
}
48+
5849
maven {
5950
// Android JSC is installed from npm
6051
url "$rootDir/../node_modules/jsc-android/dist"
@@ -70,8 +61,8 @@ repositories {
7061
}
7162

7263
dependencies {
73-
implementation "com.facebook.react:react-native:+"
64+
implementation "com.facebook.react:react-android:+"
7465

75-
implementation group: 'com.zendesk', name: 'support-providers', version: '5.1.0'
76-
implementation group: 'com.zendesk', name: 'support', version: '5.1.0'
66+
implementation group: 'com.zendesk', name: 'support-providers', version: '5.1.1'
67+
implementation group: 'com.zendesk', name: 'support', version: '5.1.1'
7768
}

0 commit comments

Comments
 (0)