Skip to content

Commit 74d91ef

Browse files
committed
feat(angular): tutorial settings
1 parent 3ffe05a commit 74d91ef

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

angular-tutorial/App_Resources/Android/app.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
// Add your native dependencies here:
2-
3-
// Uncomment to add recyclerview-v7 dependency
4-
//dependencies {
5-
// implementation 'com.android.support:recyclerview-v7:+'
6-
//}
7-
8-
// If you want to add something to be applied before applying plugins' include.gradle files
9-
// e.g. project.ext.googlePlayServicesVersion = "15.0.1"
10-
// create a file named before-plugins.gradle in the current directory and place it there
11-
121
android {
2+
compileSdkVersion 34
3+
buildToolsVersion "34"
4+
// ndkVersion ""
5+
136
defaultConfig {
14-
minSdkVersion 17
7+
minSdkVersion 23
8+
targetSdkVersion 34
9+
10+
// Version Information
11+
versionCode 1
12+
versionName "1.0.0"
13+
1514
generatedDensities = []
1615
}
16+
1717
aaptOptions {
1818
additionalParameters "--no-version-vectors"
1919
}

angular-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@angular-devkit/build-angular": "~20.2.0",
5050
"@angular/compiler-cli": "~20.2.0",
5151
"@nativescript/android": "~8.9.0",
52-
"@nativescript/ios": "next",
52+
"@nativescript/ios": "~8.9.0",
5353
"@nativescript/types": "~8.9.0",
5454
"@nativescript/webpack": "~5.0.0",
5555
"@ngtools/webpack": "~20.2.0",

0 commit comments

Comments
 (0)