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

Commit 53dac31

Browse files
Cannot read property 'ads' of undefined #1716
1 parent bcbcef3 commit 53dac31

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"@nativescript/core": "~7.0.13",
4-
"@nativescript/firebase": "file:../publish/package/nativescript-firebase-11.1.1.tgz",
4+
"@nativescript/firebase": "file:../publish/package/nativescript-firebase-11.1.2.tgz",
55
"@nativescript/unit-test-runner": "~1.0.2",
66
"firebase-functions": "^2.0.5",
77
"nativescript-theme-core": "^1.0.4"

src/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "@nativescript/firebase",
3-
"version": "11.1.1",
3+
"version": "11.1.2",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",
77
"nativescript": {
8+
"platforms": {
9+
"android": "7",
10+
"ios": "7"
11+
},
812
"hooks": [
913
{
1014
"type": "before-prepare",

0 commit comments

Comments
 (0)