Skip to content

Commit

Permalink
Remove out-dated info on packaging options in README
Browse files Browse the repository at this point in the history
  • Loading branch information
John Petitto committed Dec 10, 2015
1 parent 838d116 commit fb910e2
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,7 @@ In your app's `build.gradle` file:
compile 'com.ibm.mil:cafejava:2.1.0'
```

In the same file, add the following `packagingOptions` to the `android` closure:

``` gradle
android {
...
packagingOptions {
pickFirst 'META-INF/ASL2.0'
pickFirst 'META-INF/LICENSE'
pickFirst 'META-INF/NOTICE'
}
}
```

The `wlclient.properties` file generated with your MFP project also needs to be added to your app's `assets` folder.
The `wlclient.properties` file generated with your MFP project needs to be added to your app's `assets` folder.

CafeJava requires a **minimum SDK version of 9** or above.

Expand Down

0 comments on commit fb910e2

Please sign in to comment.