Skip to content

Commit b4ba7bc

Browse files
committed
chore: buidl
1 parent 7a2a42b commit b4ba7bc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ext {
2+
compileSdk = 34
3+
targetSdk = 34
4+
kotlinVersion = "2.0.0"
5+
androidBuildToolsVersion = "8.3.2"
6+
buildToolsVersion = "34.0.0"
7+
}

nativescript.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default {
55
appPath: 'app',
66
appResourcesPath: 'App_Resources',
77
android: {
8+
gradleVersion: '8.10.2',
89
v8Flags: '--expose_gc',
910
markingMode: 'none'
1011
}

0 commit comments

Comments
 (0)