MinSDKVersion is set to 28 even when cronet itself supports versions from SDK JellyBean #1098
Labels
package:cronet_http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Is there a specific reason why minSdkVersion is set to 28? See https://github.com/dart-lang/http/blob/73b0b1c9ef2964c4619fd23068b8f60292e902c6/pkgs/cronet_http/android/build.gradle#L53C4-L53C25
According to https://github.com/GoogleChromeLabs/cronet-sample/blob/master/android/app/build.gradle, cronet itself supports even JellyBean (SDK 18).
In our apps, we have support for SDK >24, and we cant simply increase it as we support over 1M+ users.
The text was updated successfully, but these errors were encountered: