Skip to content

Commit

Permalink
android: Added API 35 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Feb 19, 2025
1 parent 19e51dd commit 8d8ff96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
api-level: [29, 30, 31, 32, 33, 34]
api-level: [29, 30, 31, 32, 33, 34, 35]
steps:
- uses: actions/checkout@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions android/fuse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ android {
apiLevel = 34
systemImageSource = "aosp-atd"
}

register("api35", ManagedVirtualDevice::class) {
device = "Nexus One"
apiLevel = 35
systemImageSource = "aosp-atd"
}
}
}
}
Expand Down

0 comments on commit 8d8ff96

Please sign in to comment.