Skip to content

Commit b88cf02

Browse files
Update dependencies
1 parent 81d7c19 commit b88cf02

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ In order to ensure the browser implementation works, it will be necessary to con
295295
## 0.0.8
296296
- Update Android dependency versions
297297
- Update iOS dependency versions
298+
- Update plugin dependencies
298299
- WARNING: The Android update may require you to update com.google.gms:google-services to 4.0.0, com.android.tools.build:gradle to 3.1.2 and gradle to 4.4.4 (look in platforms/android/cordova/lib/builders/GradleBuilder.js)
299300

300301
## 0.0.7

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@
66
"type": "git",
77
"url": "https://github.com/ReallySmallSoftware/cordova-plugin-firebaseui-auth-multi.git"
88
},
9+
"engines": {
10+
"cordovaDependencies": {
11+
"0.0.7": {
12+
"cordova": ">=7.0.0",
13+
"cordova-android": ">=5.0.0",
14+
"cordova-ios": ">=4.0.0"
15+
}
16+
}
17+
},
918
"keywords": [
1019
"ecosystem:cordova",
1120
"cordova-android",
1221
"cordova-ios",
22+
"cordova-browser",
1323
"firebase",
1424
"authentication",
1525
"auth"
@@ -20,8 +30,7 @@
2030
"url": "https://github.com/ReallySmallSoftware/cordova-plugin-firebaseui-auth/issues"
2131
},
2232
"homepage": "https://github.com/ReallySmallSoftware/cordova-plugin-firebaseui-auth",
23-
"dependencies": {
24-
},
33+
"dependencies": {},
2534
"devDependencies": {
2635
"grunt": "^1.0.2",
2736
"grunt-contrib-jshint": "^1.1.0",

plugin.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<issue>https://github.com/ReallySmallSoftware/cordova-plugin-firebaseui-auth/issues</issue>
1010

1111
<engines>
12-
<engine name="cordova" version=">=6.0.0"/>
13-
<engine name="cordova-android" version=">=4.0.0"/>
14-
<engine name="cordova-plugman" version=">=4.2.0"/>
15-
<engine name="cordova-ios" version=">=4.5.4"/>
12+
<engine name="cordova" version=">=7.0.0" />
13+
<engine name="cordova-android" version=">=5.0.0" />
14+
<engine name="cordova-plugman" version=">=4.2.0" />
15+
<engine name="cordova-ios" version=">=4.0.0" />
1616
</engines>
1717

1818
<preference name="FACEBOOK_APPLICATION_ID" default="tbr"/>

0 commit comments

Comments
 (0)