Skip to content

Commit 7cab5a0

Browse files
bump
1 parent 064fd5a commit 7cab5a0

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed

demo-ng/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.plugindemo.healthdata",
44
"tns-ios": {
5-
"version": "6.0.2"
5+
"version": "6.1.1"
66
},
77
"tns-android": {
8-
"version": "6.0.2"
8+
"version": "6.1.1"
99
}
1010
},
1111
"dependencies": {
@@ -23,7 +23,7 @@
2323
"nativescript-theme-core": "~1.0.6",
2424
"reflect-metadata": "~0.1.13",
2525
"rxjs": "~6.5.2",
26-
"tns-core-modules": "~6.0.0",
26+
"tns-core-modules": "~6.1.0",
2727
"zone.js": "~0.10.0"
2828
},
2929
"devDependencies": {
@@ -33,7 +33,7 @@
3333
"babel-types": "6.26.0",
3434
"babylon": "6.18.0",
3535
"lazy": "1.0.11",
36-
"tns-platform-declarations": "~6.0.0",
36+
"tns-platform-declarations": "~6.1.0",
3737
"typescript": "3.4.5",
3838
"nativescript-dev-webpack": "~1.1.1"
3939
}

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-health-data",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Health Data plugin for Nativescript, using Google Fit and Apple HealthKit.",
55
"main": "health-data",
66
"typings": "index.d.ts",

src/platforms/android/include.gradle

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,8 @@ allprojects {
66
}
77
}
88
}
9-
/* Include.gradle configuration: http://docs.nativescript.org/plugins/plugins#includegradle-specification */
10-
11-
android {
12-
13-
// defaultConfig {
14-
// multiDexEnabled true
15-
// }
16-
17-
productFlavors {
18-
"nativescript-health-data" {
19-
dimension "nativescript-health-data"
20-
}
21-
}
22-
// buildTypes {
23-
// release {
24-
// minifyEnabled false
25-
// // proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
26-
// }
27-
// }
28-
29-
}
309

3110
dependencies {
32-
// compile 'com.android.support:multidex:1.0.0'
3311
compile 'com.google.android.gms:play-services-fitness:16.0.1'
3412
compile 'com.google.android.gms:play-services-auth:16.0.1'
3513
}

0 commit comments

Comments
 (0)