Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/okhttp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
# - .github/workflows/okhttp.yml
# - pkgs/ok_http/android/build.gradle
# - pkgs/ok_http/example/android/app/build.gradle
api-level: 21
api-level: 24
disable-animations: true
arch: x86_64
script: cd pkgs/ok_http/example && flutter test --timeout=1200s integration_test/
1 change: 1 addition & 0 deletions pkgs/ok_http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Upgrade to `jnigen` 0.14.0
- `OKHttpClient` supports client certificates.
- Support `package:web_socket` 1.0.0.
- Set `minSdk=24`.

## 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion pkgs/ok_http/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
}

defaultConfig {
minSdk = 21
minSdk = 24
}
}

Expand Down
Loading