Skip to content

Commit 0bebf48

Browse files
luffyjetluffyjet
authored andcommitted
change build.gradle
1 parent b6f1b49 commit 0bebf48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ dependencies {
2525
compile fileTree(dir: 'libs', include: ['*.jar'])
2626
compile "com.android.support:appcompat-v7:${android_support}"
2727
compile "com.google.code.gson:gson:${android_gson}"
28-
compile project(':library')
28+
// compile project(':library')
29+
compile 'com.luffyjet:webviewjavascriptbridge:1.0'
2930
}

0 commit comments

Comments
 (0)