Skip to content

Commit 74ec81c

Browse files
Android gradle: change 'compile' to 'implementation' #4
1 parent fb98792 commit 74ec81c

File tree

4 files changed

+99
-98
lines changed

4 files changed

+99
-98
lines changed

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"nativescript": {
33
"id": "org.nativescript.plugindemo.particle",
44
"tns-android": {
5-
"version": "4.2.0"
5+
"version": "5.1.0"
66
},
77
"tns-ios": {
8-
"version": "4.2.0"
8+
"version": "5.1.0"
99
}
1010
},
1111
"dependencies": {
1212
"nativescript-particle": "file:../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
15-
"tns-core-modules": "~4.2.0"
15+
"tns-core-modules": "~5.1.2"
1616
},
1717
"devDependencies": {
1818
"jasmine-core": "^2.5.2",
@@ -24,7 +24,7 @@
2424
"nativescript-dev-webpack": "~0.15.1",
2525
"tns-platform-declarations": "~4.2.0",
2626
"tslint": "~5.4.3",
27-
"typescript": "~2.8.2"
27+
"typescript": "~3.1.0"
2828
},
2929
"scripts": {
3030
"build.plugin": "cd ../src && npm run build",

src/package-lock.json

Lines changed: 79 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-particle",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Control your Particle.io devices from a NativeScript app!",
55
"main": "particle",
66
"typings": "index.d.ts",
@@ -55,9 +55,9 @@
5555
"homepage": "https://github.com/EddyVerbruggen/nativescript-particle",
5656
"readmeFilename": "README.md",
5757
"devDependencies": {
58-
"tns-core-modules": "~4.2.0",
59-
"tns-platform-declarations": "~4.2.0",
60-
"typescript": "~2.8.2",
58+
"tns-core-modules": "~5.1.2",
59+
"tns-platform-declarations": "~5.1.2",
60+
"typescript": "~3.1.0",
6161
"prompt": "^1.0.0",
6262
"rimraf": "^2.6.2",
6363
"tslint": "^5.11.0",

0 commit comments

Comments
 (0)