Skip to content

Commit 9a9a085

Browse files
author
Dimitar Tachev
authored
Merge pull request #122 from NativeScript/dtodorov/add-aar-file
Chore: update npm and git ignore files. Add aar file
2 parents 46687b8 + 232e59d commit 9a9a085

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ demo/platforms
1616
demo/node_modules
1717
demo/report
1818

19-
!demo-server/*.js
19+
!demo-server/*.js
20+
/src/platforms/android/nativescript_background_http.aar
21+
/src/*.tgz

src/.npmignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
!index.d.ts
44
tsconfig.json
55
*.tgz
6-
/package
6+
/package
7+
/platforms/android/**/*
8+
!platforms/android/include.gradle
9+
!platforms/android/nativescript_background_http.aar

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://github.com/NativeScript/nativescript-background-http"
55
},
66
"name": "nativescript-background-http",
7-
"version": "3.2.1",
7+
"version": "3.2.2",
88
"nativescript": {
99
"platforms": {
1010
"android": "3.0.0",
@@ -38,4 +38,4 @@
3838
"build": "npm i && tsc",
3939
"prepack": "tsc"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)