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 55bb34d commit 80e1c6a
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.

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

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/RemoteConfigDependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ FirebaseRemoteConfig iOS and Android Dependencies.

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

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

Binary file modified Firebase/Plugins/Firebase.RemoteConfig.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.RemoteConfig.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.RemoteConfig.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/Firebase.RemoteConfig.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.RemoteConfig.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/iOS/Firebase.RemoteConfig.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.RemoteConfig.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/iOS/Firebase.RemoteConfig.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/FirebaseCppRemoteConfig.bundle
Binary file not shown.

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

Binary file modified Firebase/Plugins/x86_64/FirebaseCppRemoteConfig.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppRemoteConfig.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/FirebaseCppRemoteConfig.so
Binary file not shown.
2 changes: 1 addition & 1 deletion Firebase/Plugins/x86_64/FirebaseCppRemoteConfig.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-config-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-config-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/libFirebaseCppRemoteConfig.a
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/iOS/Firebase/libFirebaseCppRemoteConfig.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.remote-config",
"version": "10.0.0",
"version": "10.1.0",
"displayName": "Firebase Remote Config",
"keywords": [
"Google",
Expand All @@ -18,6 +18,6 @@
"description": "Customize your game on the fly.\n\nRemote Config lets you dynamically change the behavior and appearance of your game right from the Firebase console so you can deliver personalized experiences to players - without waiting for app store approval.",
"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 80e1c6a

Please sign in to comment.