Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor/major update #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions WidgetDemo/proguard-project.txt

This file was deleted.

23 changes: 23 additions & 0 deletions WidgetDemoproguard-project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# To enable ProGuard in your project, edit project.properties

## to define the proguard.config property as described in that file.

```
Add project specific ProGuard rules here.
By default, the flags in this file are appended to flags specified
in ${sdk.dir}/tools/proguard/proguard-android.txt
You can edit the include path and order by changing the ProGuard
include property in project.properties.
```
### For more details, [click here](http://developer.android.com/guide/developing/tools/proguard.html)

## Add any project specific keep options here:

If your project uses WebView with JS, uncomment the following
and specify the fully qualified class name to the JavaScript interface
```
class:
-keepclassmembers class fqcn.of.javascript.interface.for.webview {
public *;
}
```