jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

lower minSdkVersion #18

Closed Jeff11 closed 7 years ago

Jeff11 commented 7 years ago

Does this library rely on minSdk 16? Our project still uses minSdk 15.

jgilfelt commented 7 years ago

Yes, because I don't have the interest, time or patience to support anything earlier.

Sloy commented 7 years ago

For future reference, you can just ignore the library's minSdk by adding this to your manifest:

<uses-sdk tools:overrideLibrary="com.readystatesoftware.chuck"/>

It's mostly safe, because this is just a debug feature and in case it fails when running on sdk 15... not a big deal.