We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6271faf commit 3e3c366Copy full SHA for 3e3c366
.github/workflows/okhttp.yaml
@@ -58,6 +58,7 @@ jobs:
58
# - .github/workflows/okhttp.yml
59
# - pkgs/ok_http/android/build.gradle
60
# - pkgs/ok_http/example/android/app/build.gradle
61
- api-level: 21
+ api-level: 24
62
+ disable-animations: true
63
arch: x86_64
64
script: cd pkgs/ok_http/example && flutter test --timeout=1200s integration_test/
pkgs/ok_http/CHANGELOG.md
@@ -6,6 +6,7 @@
6
- Upgrade to `jnigen` 0.14.0
7
- `OKHttpClient` supports client certificates.
8
- Support `package:web_socket` 1.0.0.
9
+- Set `minSdk=24`.
10
11
## 0.1.0
12
pkgs/ok_http/android/build.gradle
@@ -56,7 +56,7 @@ android {
56
}
57
defaultConfig {
- minSdk = 21
+ minSdk = 24
0 commit comments