chore(build): Refactor Gradle build scripts to Kotlin DSL (#1944)

This commit is contained in:
James Rich 2025-05-26 21:26:46 -05:00 committed by GitHub
parent 6332b3bd42
commit b7c0bc874c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 140 additions and 65 deletions

View file

@ -103,7 +103,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
api-level: [26, 34]
api-level: [26, 35]
steps:
- uses: actions/checkout@v4