blob: 314d8a4090700ccba0540618155b246ec0b34b43 [file] [log] [blame]
Alexander Afanasyevb72e1442017-07-10 13:10:11 -07001# 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.** { * ; }