mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: target api 35 on android tests
This commit is contained in:
2
.github/workflows/apps_automated_android.yml
vendored
2
.github/workflows/apps_automated_android.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user