File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 102
102
"prettier" : " ^1.19.1" ,
103
103
"ts-node" : " ^8.8.1" ,
104
104
"tslint" : " ^5.20.1" ,
105
- "typescript" : " ~3.5.3" ,
106
- "cordova-plugin-background-geolocation" : " @mauron85/cordova-plugin-background-geolocation@~3.1.0"
105
+ "typescript" : " ~3.5.3"
107
106
},
108
107
"description" : " A hiking app" ,
109
108
"cordova" : {
144
143
"CONTENT_AUTHORITY" : " $PACKAGE_NAME" ,
145
144
"ALWAYS_USAGE_DESCRIPTION" : " In order to locate or track you while hiking, this app always requires location tracking" ,
146
145
"MOTION_USAGE_DESCRIPTION" : " In order to locate or track you while hiking, this app requires motion detection"
147
- },
148
- "cordova-plugin-background-geolocation" : {
149
- "GOOGLE_PLAY_SERVICES_VERSION" : " 11+" ,
150
- "ANDROID_SUPPORT_LIBRARY_VERSION" : " 26+" ,
151
- "ICON" : " @mipmap/icon" ,
152
- "SMALL_ICON" : " @mipmap/icon" ,
153
- "ALWAYS_USAGE_DESCRIPTION" : " App requires background tracking " ,
154
- "MOTION_USAGE_DESCRIPTION" : " App requires motion detection"
155
146
}
156
147
},
157
148
"platforms" : [
You can’t perform that action at this time.
0 commit comments