summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Kirk <askirk@umich.edu>2018-06-11 13:01:00 -0400
committerAustin Kirk <askirk@umich.edu>2018-06-11 13:01:00 -0400
commit3d161ed55e2bb6dbe722d4c9228e582fec5dd829 (patch)
treefdbf23fa62bffccc2bb27c2bd3b8cdf061cf451b
parente104b6a5544bc439bcb7fd239ff226deb14e01cf (diff)
downloadsdl_android-3d161ed55e2bb6dbe722d4c9228e582fec5dd829.tar.gz
Addding Proguard setion to README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index fce3142b8..74b1694a9 100644
--- a/README.md
+++ b/README.md
@@ -46,3 +46,12 @@ For Maven or Ivy snippets please look at [Bintray](https://bintray.com/smartdevi
#### Manually
If you prefer not to use any of the aforementioned dependency managers, you can integrate SDL Android into your project manually.
+
+### Proguard Rules
+
+Developers using Proguard to shrink and obfuscate their code should be sure to include the following lines in their proguard-rules.pro file:
+
+```
+-keep class com.smartdevicelink.** { *; }
+-keep class com.livio.** { *; }
+``` \ No newline at end of file