Skip to content

Commit

Permalink
Update target SDK to 33 (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonss authored Jan 11, 2024
1 parent fedb131 commit 933b152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {

applicationId "de.grobox.liberario"
minSdkVersion 21
compileSdkVersion 33
targetSdkVersion 32
compileSdk 33
targetSdkVersion 33

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

0 comments on commit 933b152

Please sign in to comment.