Skip to content

Commit

Permalink
add proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
smallbuer committed Nov 13, 2020
1 parent 4ef6821 commit f0f9285
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -170,6 +170,11 @@ window.WebViewJavascriptBridge.callHandler(
);
```

## 混淆

```
-keep class com.smallbuer.jsbridge.core.** { *; }
```

## License

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -36,7 +36,7 @@ dependencies {

implementation project(':jsbridge')

// implementation 'com.smallbuer:jsbridge:1.0.3'
// implementation 'com.smallbuer:jsbridge:1.0.4'

implementation 'com.github.tbruyelle:rxpermissions:0.10.2'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
Expand Down

0 comments on commit f0f9285

Please sign in to comment.