Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit b79071c

Browse files
author
Caitlin Bales (MSFT)
authored
Include advice for large projects
1 parent 053abb3 commit b79071c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ dependency {
2222
}
2323
```
2424

25+
### 1.2 Enable ProGuard
26+
The nature of the Graph API is such that the SDK needs quite a large set of classes to describe its functionality. You will need to ensure that [ProGuard](https://developer.android.com/studio/build/shrink-code.html) is enabled on your project. Otherwise, you will incur long build times for functionality that is not necessary relevant to your particular application. If you are still hitting the 64k method limit, you can also enable [multidexing](https://developer.android.com/studio/build/multidex.html).
27+
2528
## 2. Getting started
2629

2730
### 2.1 Register your application

0 commit comments

Comments
 (0)