chore: target api 35 on android tests

This commit is contained in:
Nathan Walker
2025-08-24 10:00:01 -07:00
parent 9cce7578bd
commit efbcebbbea
5 changed files with 7 additions and 7 deletions

View File

@@ -67,6 +67,6 @@ jobs:
- name: Run tests on Android Emulator - name: Run tests on Android Emulator
uses: reactivecircus/android-emulator-runner@v2 uses: reactivecircus/android-emulator-runner@v2
with: with:
api-level: 34 api-level: 35
arch: x86_64 arch: x86_64
script: npx nx test apps-automated -c=android script: npx nx test apps-automated -c=android

View File

@@ -11,7 +11,7 @@
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
}, },
"devDependencies": { "devDependencies": {
"@nativescript/android": "~8.9.0", "@nativescript/android": "alpha",
"@nativescript/ios": "esm", "@nativescript/ios": "esm",
"@nativescript/visionos": "~8.9.0", "@nativescript/visionos": "~8.9.0",
"@nativescript/webpack": "file:../../dist/packages/webpack5", "@nativescript/webpack": "file:../../dist/packages/webpack5",

View File

@@ -12,7 +12,7 @@
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
}, },
"devDependencies": { "devDependencies": {
"@nativescript/android": "~8.9.0", "@nativescript/android": "alpha",
"@nativescript/ios": "esm", "@nativescript/ios": "esm",
"@nativescript/visionos": "~8.9.0", "@nativescript/visionos": "~8.9.0",
"@nativescript/webpack": "file:../../dist/packages/webpack5", "@nativescript/webpack": "file:../../dist/packages/webpack5",

View File

@@ -11,7 +11,7 @@
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
}, },
"devDependencies": { "devDependencies": {
"@nativescript/android": "~8.9.0", "@nativescript/android": "alpha",
"@nativescript/ios": "esm", "@nativescript/ios": "esm",
"@nativescript/visionos": "~8.9.0", "@nativescript/visionos": "~8.9.0",
"@nativescript/webpack": "file:../../dist/packages/webpack5", "@nativescript/webpack": "file:../../dist/packages/webpack5",

View File

@@ -6,11 +6,11 @@
//} //}
android { android {
compileSdkVersion 34 compileSdkVersion 35
buildToolsVersion "34.0.0" buildToolsVersion "35.0.0"
defaultConfig { defaultConfig {
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 34 targetSdkVersion 35
generatedDensities = [] generatedDensities = []
} }
aaptOptions { aaptOptions {