Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 654d3e8

Browse files
bump
1 parent e372679 commit 654d3e8

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ android:
22
components:
33
- tools
44
- platform-tools
5-
- build-tools-27.0.3
65
- build-tools-28.0.3
7-
- android-23
8-
- android-26
96
- android-28
107
- extra-android-m2repository
118

@@ -47,7 +44,7 @@ matrix:
4744
os: osx
4845
env:
4946
- Webpack="iOS"
50-
osx_image: xcode9.2
47+
osx_image: xcode10.0
5148
language: node_js
5249
node_js: "8"
5350
jdk: oraclejdk8
@@ -73,9 +70,9 @@ matrix:
7370
- travis_wait travis_retry tns build android
7471
- os: osx
7572
env:
76-
- BuildiOS="11"
77-
- Xcode="9.2"
78-
osx_image: xcode9.2
73+
- BuildiOS="12.0"
74+
- Xcode="10.0"
75+
osx_image: xcode10.0
7976
language: node_js
8077
node_js: "8"
8178
jdk: oraclejdk8

demo-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"nativescript-angular": "^6.1.0",
2626
"nativescript-camera": "^4.0.2",
2727
"nativescript-imagepicker": "~6.0.4",
28-
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.5.tgz",
28+
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.6.tgz",
2929
"nativescript-theme-core": "~1.0.4",
3030
"reflect-metadata": "~0.1.10",
3131
"rxjs": "~6.0.0 || >=6.1.0",

demo-push/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.5.tgz",
12+
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.6.tgz",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
1515
"tns-core-modules": "~4.2.0"

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"firebase-functions": "^2.0.5",
13-
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.5.tgz",
13+
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.6.tgz",
1414
"nativescript-theme-core": "^1.0.4",
1515
"nativescript-unit-test-runner": "^0.3.4",
1616
"tns-core-modules": "~5.0.5"

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-plugin-firebase",
3-
"version": "7.4.5",
3+
"version": "7.4.6",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)