Skip to content

Commit c577207

Browse files
committed
Added missing changes in android/app/build.gradle and project.pbxproj for ios. Also added .idea config directory to gitignore.
1 parent 9681c05 commit c577207

File tree

3 files changed

+3
-180
lines changed

3 files changed

+3
-180
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
.vscode/
3+
.idea
34
.DS_Store

template/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ dependencies {
193193

194194
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
195195
exclude group:'com.facebook.flipper'
196+
exclude group:'com.squareup.okhttp3', module:'okhttp'
196197
}
197198

198199
debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") {

0 commit comments

Comments
 (0)