Skip to content

Commit b8ac08a

Browse files
committed
chore: Bump targetSdk to 37
1 parent 9bc71c1 commit b8ac08a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
runs-on: ubuntu-latest
149149
strategy:
150150
matrix:
151-
api-level: [26, 36]
151+
api-level: [26, 37.1]
152152

153153
steps:
154154
- uses: actions/checkout@v7

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
defaultConfig {
2727
applicationId = "rs.ruffle"
2828
minSdk = 26
29-
targetSdk = 35
29+
targetSdk = 37
3030
versionCode = 260701
3131
versionName = "0.260701"
3232

0 commit comments

Comments
 (0)