Skip to content

Commit cf73086

Browse files
committed
del files
1 parent 41981a8 commit cf73086

File tree

13 files changed

+31
-11
lines changed

13 files changed

+31
-11
lines changed

β€Ž.DS_Storeβ€Ž

-2 KB
Binary file not shown.

β€Ž.gitignoreβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ node_modules
77
# NativeScript application
88
hooks
99
platforms
10+
11+
# System
12+
.DS_Store
13+
*/.DS_Store

β€Žapp/.DS_Storeβ€Ž

0 Bytes
Binary file not shown.

β€Žapp/App_Resources/.DS_Storeβ€Ž

0 Bytes
Binary file not shown.
-6 KB
Binary file not shown.
Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
// Add your native dependencies here:
22

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+
312
android {
4-
defaultConfig {
13+
defaultConfig {
14+
minSdkVersion 17
515
generatedDensities = []
616
applicationId = "org.nativescript.application"
717
}
8-
aaptOptions {
9-
additionalParameters "--no-version-vectors"
10-
}
11-
}
18+
aaptOptions {
19+
additionalParameters "--no-version-vectors"
20+
}
21+
}
-6 KB
Binary file not shown.
-6 KB
Binary file not shown.
-8 KB
Binary file not shown.
-6 KB
Binary file not shown.

0 commit comments

Comments
Β (0)