Skip to content

Commit

Permalink
*bump version 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aprius committed Nov 8, 2022
1 parent 3612d86 commit f80fcd7
Show file tree
Hide file tree
Showing 35 changed files with 83 additions and 37 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,22 @@ Support

Release Notes
-------------
### 10.1.0
- Changes
- General: Update to Firebase C++ SDK version 10.1.0.
- General (Android): Update to Firebase Android BoM version 31.0.2.
- General (iOS): Update to Firebase Cocoapods version 10.1.0.
- Crashlytics (Android): Fixed an [issue](https://github.com/firebase/quickstart-unity/issues/1116)
with symbols being stripped when using the tgz package.
- Firestore (Android): Reduce the number of JNI global references consumed
when creating or updating documents
([#1111](https://github.com/firebase/firebase-cpp-sdk/pull/1111)).

### 10.0.1
- Changes
- Crashlytics (Android): Fixed a critical [issue](https://github.com/firebase/firebase-android-sdk/issues/4223)
that was causing background crashes in specific cases.

### 10.0.0
- Changes
- General: Updated Firebase C++ SDK dependencies to v10.0.0.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Firebase/Editor/AnalyticsDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ FirebaseAnalytics iOS and Android Dependencies.

<dependencies>
<iosPods>
<iosPod name="Firebase/Analytics" version="10.0.0" minTargetSdk="8.0">
<iosPod name="Firebase/Analytics" version="10.1.0" minTargetSdk="8.0">
</iosPod>
</iosPods>
<androidPackages>
<androidPackage spec="com.google.firebase:firebase-analytics:21.2.0">
</androidPackage>
<androidPackage spec="com.google.firebase:firebase-analytics-unity:10.0.0">
<androidPackage spec="com.google.firebase:firebase-analytics-unity:10.1.0">
<repositories>
<repository>Assets/Firebase/m2repository</repository>
</repositories>
Expand Down
2 changes: 1 addition & 1 deletion Firebase/Editor/AnalyticsDependencies.xml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Assets/Firebase/Plugins/iOS/Firebase.Analytics.pdb
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.bundle
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.dll
Assets/Firebase/Plugins/x86_64/FirebaseCppAnalytics.so
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/10.0.0/firebase-analytics-unity-10.0.0.pom
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/10.0.0/firebase-analytics-unity-10.0.0.srcaar
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/10.1.0/firebase-analytics-unity-10.1.0.pom
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/10.1.0/firebase-analytics-unity-10.1.0.srcaar
Assets/Firebase/m2repository/com/google/firebase/firebase-analytics-unity/maven-metadata.xml
Assets/Plugins/iOS/Firebase/libFirebaseCppAnalytics.a
Assets/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/Firebase.Analytics.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.Analytics.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/Firebase.Analytics.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.Analytics.pdb.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/iOS/Firebase.Analytics.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/iOS/Firebase.Analytics.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/iOS/Firebase.Analytics.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/iOS/Firebase.Analytics.pdb.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/x86_64/FirebaseCppAnalytics.bundle
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppAnalytics.bundle.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/x86_64/FirebaseCppAnalytics.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppAnalytics.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Firebase/Plugins/x86_64/FirebaseCppAnalytics.so
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppAnalytics.so.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-analytics-unity</artifactId>
<version>10.0.0</version>
<version>10.1.0</version>
<packaging>aar</packaging>
<dependencies>

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<groupId>com.google.firebase</groupId>
<artifactId>firebase-analytics-unity</artifactId>
<versioning>
<release>10.0.0</release>
<versions><version>10.0.0</version></versions>
<release>10.1.0</release>
<versions><version>10.1.0</version></versions>
<lastUpdated/>
</versioning>
</metadata>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,33 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

================================================================================
This package uses MiniJSON

Copyright (c) 2013 Calvin Rien

Based on the JSON parser by Patrick van Bergen
http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html

Simplified it so that it doesn't throw exceptions
and can be used in Unity iPhone with maximum code stripping.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Plugins/iOS/Firebase/libFirebaseCppAnalytics.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/iOS/Firebase/libFirebaseCppAnalytics.a.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

### Install by add directly in `manifest.json` in folder `Packages/manifest.json`

for version `10.0.0`
for version `10.1.0`
```csharp
"com.google.firebase.analytics": "https://github.com/firebase-unity/firebase-analytics.git#10.0.0",
"com.google.firebase.analytics": "https://github.com/firebase-unity/firebase-analytics.git#10.1.0",
```


dependency `firebase-app 10.0.0`, `external-dependency-manager 1.2.174`
dependency `firebase-app 10.1.0`, `external-dependency-manager 1.2.174`
```csharp
"com.google.firebase.app": "https://github.com/firebase-unity/firebase-app.git#10.0.0",
"com.google.firebase.app": "https://github.com/firebase-unity/firebase-app.git#10.1.0",
"com.google.external-dependency-manager": "https://github.com/google-unity/external-dependency-manager.git#1.2.174",
```
2 changes: 1 addition & 1 deletion README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.google.firebase.analytics",
"version": "10.0.0",
"version": "10.1.0",
"displayName": "Google Analytics",
"keywords": [
"Google",
Expand All @@ -16,6 +16,6 @@
"description": "Get free and unlimited game and player analytics\n\nGoogle Analytics helps you understand and engage your players by revealing what actions they're taking inside your game, where they spend the most time, and why they churn. From acquisition to app usage, Google Analytics will give you insights to make better decisions about your game. You can even combine your analytics data with Google Ads to make sure you're running campaigns that deliver you high-quality players.",
"unity": "2018.1",
"dependencies": {
"com.google.firebase.app": "10.0.0"
"com.google.firebase.app": "10.1.0"
}
}
2 changes: 1 addition & 1 deletion package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f80fcd7

Please sign in to comment.