File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,11 @@ This extension allows you to interact with Firebase Analytics in a uniform way f
9
9
10
10
11
11
## Installation
12
- To use this library in your Defold project, add the following URL to your ` game.project ` dependencies:
12
+ To use this library in your Defold project, add the following URLs to your ` game.project ` dependencies:
13
13
14
- * [ https://github.com/defold/extension-firebase/archive/master.zip ] ( https://github.com/defold/extension-firebase/archive/master.zip )
15
- * [ https://github.com/defold/extension-firebase-analytics/archive/master.zip ] ( https://github.com/defold/extension-firebase-analytics/archive/master.zip )
16
-
17
- We recommend using a link to a zip file of a [ specific release] ( https://github.com/defold/extension-firebase-analytics/releases ) .
14
+ | Firebase C++ SDK | Dependencies |
15
+ | ------------------------| --------------|
16
+ | Firebase C++ SDK 7.3.0 | [ https://github.com/defold/extension-firebase/archive/refs/tags/1.1.2.zip ] ( https://github.com/defold/extension-firebase/archive/master.zip ) <br >[ https://github.com/defold/extension-firebase-analytics/archive/refs/tags/2.0.0.zip ] ( https://github.com/defold/extension-firebase-analytics/archive/refs/tags/2.0.0.zip ) |
18
17
19
18
20
19
## Setup
You can’t perform that action at this time.
0 commit comments