File tree Expand file tree Collapse file tree 3 files changed +5
-27
lines changed Expand file tree Collapse file tree 3 files changed +5
-27
lines changed Original file line number Diff line number Diff line change 2
2
"nativescript" : {
3
3
"id" : " org.nativescript.plugindemo.healthdata" ,
4
4
"tns-ios" : {
5
- "version" : " 6.0.2 "
5
+ "version" : " 6.1.1 "
6
6
},
7
7
"tns-android" : {
8
- "version" : " 6.0.2 "
8
+ "version" : " 6.1.1 "
9
9
}
10
10
},
11
11
"dependencies" : {
23
23
"nativescript-theme-core" : " ~1.0.6" ,
24
24
"reflect-metadata" : " ~0.1.13" ,
25
25
"rxjs" : " ~6.5.2" ,
26
- "tns-core-modules" : " ~6.0 .0" ,
26
+ "tns-core-modules" : " ~6.1 .0" ,
27
27
"zone.js" : " ~0.10.0"
28
28
},
29
29
"devDependencies" : {
33
33
"babel-types" : " 6.26.0" ,
34
34
"babylon" : " 6.18.0" ,
35
35
"lazy" : " 1.0.11" ,
36
- "tns-platform-declarations" : " ~6.0 .0" ,
36
+ "tns-platform-declarations" : " ~6.1 .0" ,
37
37
"typescript" : " 3.4.5" ,
38
38
"nativescript-dev-webpack" : " ~1.1.1"
39
39
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-health-data" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.3.0 " ,
4
4
"description" : " Health Data plugin for Nativescript, using Google Fit and Apple HealthKit." ,
5
5
"main" : " health-data" ,
6
6
"typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change @@ -6,30 +6,8 @@ allprojects {
6
6
}
7
7
}
8
8
}
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
- }
30
9
31
10
dependencies {
32
- // compile 'com.android.support:multidex:1.0.0'
33
11
compile ' com.google.android.gms:play-services-fitness:16.0.1'
34
12
compile ' com.google.android.gms:play-services-auth:16.0.1'
35
13
}
You can’t perform that action at this time.
0 commit comments