We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f1b49 commit 0bebf48Copy full SHA for 0bebf48
app/build.gradle
@@ -25,5 +25,6 @@ dependencies {
25
compile fileTree(dir: 'libs', include: ['*.jar'])
26
compile "com.android.support:appcompat-v7:${android_support}"
27
compile "com.google.code.gson:gson:${android_gson}"
28
- compile project(':library')
+// compile project(':library')
29
+ compile 'com.luffyjet:webviewjavascriptbridge:1.0'
30
}
0 commit comments