Alexander Afanasyev | b72e144 | 2017-07-10 13:10:11 -0700 | [diff] [blame] | 1 | # The simpliest strategy is to not run proguard against your project's own code. |
| 2 | # This doesn't provide the benefits of optimization & obfuscation against your |
| 3 | # project, but will still strip the libraries. The advantage is that your app will |
| 4 | # work without any subsequent effort. If you choose this strategy, the proguard |
| 5 | # configuration for the project is simply the line below. |
| 6 | |
| 7 | # -keep class net.named_data.nfd.** { * ; } |
| 8 | # -keep class net.named_data.jndn.** { * ; } |