Skip to content

Commit c62985c

Browse files
committed
demo to NS5
1 parent 702b507 commit c62985c

File tree

81 files changed

+171
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+171
-187
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
demo/platforms/*
33
demo/lib/*
44

5+
*.DS_Store
6+
57
src/*.js
68
/*.js
7-
demo/app/*.js
9+
demo/app/**.js
810
demo/node_modules/
911
node_modules/
1012

demo/app/App_Resources/.DS_Store

-6 KB
Binary file not shown.
-6 KB
Binary file not shown.

demo/app/App_Resources/Android/app.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
// Uncomment to add recyclerview-v7 dependency
44
//dependencies {
5-
// compile 'com.android.support:recyclerview-v7:+'
5+
// implementation 'com.android.support:recyclerview-v7:+'
66
//}
77

88
android {
99
defaultConfig {
1010
generatedDensities = []
11-
applicationId = "org.nativescript.floatingactionbutton"
1211
}
1312
aaptOptions {
1413
additionalParameters "--no-version-vectors"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)