8000 [FSSDK-10505] chore: update api level by muzahidul-opti · Pull Request #503 · optimizely/android-sdk · GitHub
[go: up one dir, main page]

Skip to content

[FSSDK-10505] chore: update api level #503

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
update mockito version
  • Loading branch information
muzahidul-opti committed Mar 12, 2025
commit 36beaf66d334690448c838b3f010fba403bf1d82
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [24, 25, 26, 29]
api-level: [21, 25, 26, 29]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ext {
jacksonversion= "2.11.2"
annotations_ver = "1.2.0"
junit_ver = "4.12"
mockito_ver = "4.11.0"
mockito_ver = "5.11.0"
mockito_ver_sdk_module = "3.6.28"
powermock_ver = "2.0.9"
support_test_runner_ver = "0.5"
Expand Down
Loading
0