Skip to content

Commit

Permalink
set minSdk to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Aug 25, 2022
1 parent 15928a7 commit c7ac7f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [ 23, 29 ] # minSdk is set to 23 in the buildSrc convention plugins.
api-level: [ 21, 29 ] # The minSdk and targetSdk versions set for MockK Android projects
fail-fast: false # in case one API-level fails, we still want to see results from others
timeout-minutes: 30
steps:
Expand Down
Expand Up @@ -34,7 +34,7 @@ android {
}

defaultConfig {
minSdk = 23
minSdk = 21
targetSdk = 32
}

Expand Down
Expand Up @@ -32,7 +32,7 @@ android {
}

defaultConfig {
minSdk = 23
minSdk = 21
targetSdk = 32
}

Expand Down

0 comments on commit c7ac7f2

Please sign in to comment.