Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f647808

Browse files
committed
Removed advancedwebview from app/build.gradle
1 parent da563b5 commit f647808

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ ios/main.jsbundle*
4848
testbuild/
4949
javac-services.0.log*
5050
config/development.js
51+
config/development.android.js

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ dependencies {
133133
compile fileTree(dir: "libs", include: ["*.jar"])
134134
compile "com.android.support:appcompat-v7:23.0.1"
135135
compile "com.facebook.react:react-native:+" // From node_modules
136-
compile 'com.github.delight-im:Android-AdvancedWebView:v3.0.0'
136+
// compile 'com.github.delight-im:Android-AdvancedWebView:v3.0.0'
137137
}
138138

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

0 commit comments

Comments
 (0)