Skip to content

Commit d3f6fe3

Browse files
authored
Update build.gradle
compile should be updated to implementation.
1 parent 35e47d5 commit d3f6fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030
testImplementation 'junit:junit:4.12'
3131
implementation "com.android.support:appcompat-v7:$supportLibVersion"
32-
compileOnly "com.facebook.react:react-native:+" // From node_modules
33-
}
32+
implementation "com.facebook.react:react-native:+" // From node_modules
33+
}

0 commit comments

Comments
 (0)