Skip to content

Commit 89afeaa

Browse files
committed
chore: adjust versions for demo and android targets
1 parent ebca075 commit 89afeaa

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

apps/demo/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"license": "SEE LICENSE IN <your-license-filename>",
55
"repository": "<fill-your-repository-here>",
66
"dependencies": {
7-
"@nativescript/google-maps": "file:../../packages/google-maps",
8-
"@nativescript/core": "*",
9-
"@nativescript/google-maps-utils": "file:../../packages/google-maps-utils",
7+
"@nativescript/core": "file:../../node_modules/@nativescript/core",
8+
"@nativescript/input-accessory": "file:../../packages/input-accessory",
109
"@nativescript/animated-circle": "file:../../packages/animated-circle",
1110
"@nativescript/appavailability": "file:../../packages/appavailability",
1211
"@nativescript/apple-sign-in": "file:../../packages/apple-sign-in",
@@ -25,6 +24,8 @@
2524
"@nativescript/facebook": "file:../../packages/facebook",
2625
"@nativescript/fingerprint-auth": "file:../../packages/fingerprint-auth",
2726
"@nativescript/geolocation": "file:../../packages/geolocation",
27+
"@nativescript/google-maps": "file:../../packages/google-maps",
28+
"@nativescript/google-maps-utils": "file:../../packages/google-maps-utils",
2829
"@nativescript/google-mobile-ads": "file:../../packages/google-mobile-ads",
2930
"@nativescript/google-signin": "file:../../packages/google-signin",
3031
"@nativescript/haptics": "file:../../packages/haptics",
@@ -44,8 +45,8 @@
4445
"@nativescript/zip": "file:../../packages/zip"
4546
},
4647
"devDependencies": {
47-
"@nativescript/android": "~8.9.0",
48-
"@nativescript/ios": "~8.9.0",
48+
"@nativescript/android": "~9.0.0",
49+
"@nativescript/ios": "~9.0.0",
4950
"@nativescript/tailwind": "~2.1.0",
5051
"tailwindcss": "~3.4.0"
5152
}

apps/demo/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"uglify": false,
3737
"release": false,
3838
"forDevice": false,
39-
"prepare": false
39+
"prepare": false,
40+
"flags": "--env.commonjs"
4041
}
4142
}
4243
}

tools/assets/App_Resources/Android/app.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ dependencies {
3131
}
3232

3333
android {
34-
compileSdkVersion 34
35-
buildToolsVersion "34.0.0"
34+
compileSdkVersion 35
35+
buildToolsVersion "35.0.0"
3636
defaultConfig {
3737
minSdkVersion 24
38-
targetSdkVersion 34
38+
targetSdkVersion 35
3939
generatedDensities = []
4040
}
4141
aaptOptions {

0 commit comments

Comments
 (0)