We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91e92b commit 3e946dbCopy full SHA for 3e946db
example/android/app/build.gradle
@@ -133,10 +133,10 @@ android {
133
}
134
135
dependencies {
136
- implementation fileTree(dir: "libs", include: ["*.jar"])
137
- implementation "com.android.support:appcompat-v7:23.0.1"
138
- implementation "com.facebook.react:react-native:+" // From node_modules
139
- implementation project(':react-native-navigation')
+ compile fileTree(dir: "libs", include: ["*.jar"])
+ compile "com.android.support:appcompat-v7:23.0.1"
+ compile "com.facebook.react:react-native:+" // From node_modules
+ compile project(':react-native-navigation')
140
141
142
// Run this once to be able to run the application with BUCK
0 commit comments