Skip to content

Commit e4fa2a1

Browse files
author
akhenda
committed
fix(build): downgrade RN to 0.55.4 and remove rogue console.log
1 parent faea470 commit e4fa2a1

File tree

6 files changed

+4174
-1029
lines changed

6 files changed

+4174
-1029
lines changed

android/app/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,10 @@ dependencies {
170170
implementation project(':react-native-config')
171171

172172
implementation fileTree(dir: "libs", include: ["*.jar"])
173-
implementation "com.facebook.fresco:animated-gif:1.9.0"
173+
implementation "com.facebook.fresco:animated-gif:1.3.0"
174174
implementation "com.android.support:support-v4:${rootProject.ext.supportLibVersion}"
175175
implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
176176
implementation "com.facebook.react:react-native:+" // From node_modules
177-
178-
androidTestImplementation(project(path: ":detox"))
179-
androidTestImplementation 'junit:junit:4.12'
180-
androidTestImplementation 'com.android.support.test:runner:1.0.1'
181-
androidTestImplementation 'com.android.support.test:rules:1.0.1'
182177
}
183178

184179
// Run this once to be able to run the application with BUCK

0 commit comments

Comments
 (0)