File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
tools/assets/App_Resources/Android Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 67
67
- name : Run tests on Android Emulator
68
68
uses : reactivecircus/android-emulator-runner@v2
69
69
with :
70
- api-level : 34
70
+ api-level : 35
71
71
arch : x86_64
72
72
script : npx nx test apps-automated -c=android
Original file line number Diff line number Diff line change 11
11
"nativescript-theme-core" : " file:../../node_modules/nativescript-theme-core"
12
12
},
13
13
"devDependencies" : {
14
- "@nativescript/android" : " ~8.9.0 " ,
14
+ "@nativescript/android" : " alpha " ,
15
15
"@nativescript/ios" : " esm" ,
16
16
"@nativescript/visionos" : " ~8.9.0" ,
17
17
"@nativescript/webpack" : " file:../../dist/packages/webpack5" ,
Original file line number Diff line number Diff line change 12
12
"nativescript-theme-core" : " file:../../node_modules/nativescript-theme-core"
13
13
},
14
14
"devDependencies" : {
15
- "@nativescript/android" : " ~8.9.0 " ,
15
+ "@nativescript/android" : " alpha " ,
16
16
"@nativescript/ios" : " esm" ,
17
17
"@nativescript/visionos" : " ~8.9.0" ,
18
18
"@nativescript/webpack" : " file:../../dist/packages/webpack5" ,
Original file line number Diff line number Diff line change 11
11
"nativescript-theme-core" : " file:../../node_modules/nativescript-theme-core"
12
12
},
13
13
"devDependencies" : {
14
- "@nativescript/android" : " ~8.9.0 " ,
14
+ "@nativescript/android" : " alpha " ,
15
15
"@nativescript/ios" : " esm" ,
16
16
"@nativescript/visionos" : " ~8.9.0" ,
17
17
"@nativescript/webpack" : " file:../../dist/packages/webpack5" ,
Original file line number Diff line number Diff line change 6
6
// }
7
7
8
8
android {
9
- compileSdkVersion 34
10
- buildToolsVersion " 34 .0.0"
9
+ compileSdkVersion 35
10
+ buildToolsVersion " 35 .0.0"
11
11
defaultConfig {
12
12
minSdkVersion 24
13
- targetSdkVersion 34
13
+ targetSdkVersion 35
14
14
generatedDensities = []
15
15
}
16
16
aaptOptions {
You can’t perform that action at this time.
0 commit comments