Skip to content

Commit

Permalink
Update targetsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonss committed Jan 10, 2024
1 parent fedb131 commit 58d9991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [21, 29, 31]
api-level: [21, 29, 33]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
applicationId "de.grobox.liberario"
minSdkVersion 21
compileSdkVersion 33
targetSdkVersion 32
targetSdkVersion 33

testInstrumentationRunner 'de.grobox.transportr.MockTestRunner'
javaCompileOptions {
Expand Down

0 comments on commit 58d9991

Please sign in to comment.