Skip to content

Commit

Permalink
Add compile API version to README.
Browse files Browse the repository at this point in the history
Progress towards #2354
  • Loading branch information
sjudd committed Sep 14, 2017
1 parent d67ce32 commit 853c0d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ Comments/bugs/questions/pull requests are always welcome! Please read [CONTRIBUT
Compatibility
-------------

* **Android SDK**: Glide requires a minimum API level of 14.
* **Minimum Android SDK**: Glide requires a minimum API level of 14.
* **Compile Android SDK**: Glide requires you to compile against API 26.

If you need to support older versions, consider staying on [Glide v3][14], which works on API 10, but not actively maintained.
* **OkHttp 2.x**: there are optional dependencies available called `okhttp-integration`, see [Integration Libraries][12] wiki page.
* **OkHttp 3.x**: there are optional dependencies available called `okhttp3-integration`, see [Integration Libraries][12] wiki page.
Expand Down

0 comments on commit 853c0d9

Please sign in to comment.