Commit ef167bae828933bcdb7969abe10b2882f984c290
1 parent
966be91a
Exists in
master
Update android support & compile versions
Showing
2 changed files
with
7 additions
and
7 deletions
Show diff stats
examples/custom-webview-android/android/app/build.gradle
... | ... | @@ -137,11 +137,11 @@ android { |
137 | 137 | } |
138 | 138 | |
139 | 139 | dependencies { |
140 | - compile project(':react-native-webview-android-file-upload') | |
141 | - compile fileTree(dir: "libs", include: ["*.jar"]) | |
142 | - compile "com.android.support:support-v4:26.1.0" | |
143 | - compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" | |
144 | - compile "com.facebook.react:react-native:+" // From node_modules | |
140 | + implementation project(':react-native-webview-android-file-upload') | |
141 | + implementation fileTree(dir: "libs", include: ["*.jar"]) | |
142 | + implementation "com.android.support:support-v4:${rootProject.ext.supportLibVersion}" | |
143 | + implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" | |
144 | + implementation "com.facebook.react:react-native:+" // From node_modules | |
145 | 145 | } |
146 | 146 | |
147 | 147 | // Run this once to be able to run the application with BUCK | ... | ... |
examples/custom-webview-android/android/build.gradle