Skip to content

Commit efbcebb

Browse files
committed
chore: target api 35 on android tests
1 parent 9cce757 commit efbcebb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/apps_automated_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
- name: Run tests on Android Emulator
6868
uses: reactivecircus/android-emulator-runner@v2
6969
with:
70-
api-level: 34
70+
api-level: 35
7171
arch: x86_64
7272
script: npx nx test apps-automated -c=android

apps/automated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1212
},
1313
"devDependencies": {
14-
"@nativescript/android": "~8.9.0",
14+
"@nativescript/android": "alpha",
1515
"@nativescript/ios": "esm",
1616
"@nativescript/visionos": "~8.9.0",
1717
"@nativescript/webpack": "file:../../dist/packages/webpack5",

apps/toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1313
},
1414
"devDependencies": {
15-
"@nativescript/android": "~8.9.0",
15+
"@nativescript/android": "alpha",
1616
"@nativescript/ios": "esm",
1717
"@nativescript/visionos": "~8.9.0",
1818
"@nativescript/webpack": "file:../../dist/packages/webpack5",

apps/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"nativescript-theme-core": "file:../../node_modules/nativescript-theme-core"
1212
},
1313
"devDependencies": {
14-
"@nativescript/android": "~8.9.0",
14+
"@nativescript/android": "alpha",
1515
"@nativescript/ios": "esm",
1616
"@nativescript/visionos": "~8.9.0",
1717
"@nativescript/webpack": "file:../../dist/packages/webpack5",

tools/assets/App_Resources/Android/app.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
//}
77

88
android {
9-
compileSdkVersion 34
10-
buildToolsVersion "34.0.0"
9+
compileSdkVersion 35
10+
buildToolsVersion "35.0.0"
1111
defaultConfig {
1212
minSdkVersion 24
13-
targetSdkVersion 34
13+
targetSdkVersion 35
1414
generatedDensities = []
1515
}
1616
aaptOptions {

0 commit comments

Comments
 (0)