Skip to content

Commit 72c502b

Browse files
author
Cynthia Jiang
committed
2 parents e196ee0 + e553cb2 commit 72c502b

File tree

126 files changed

+808
-598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+808
-598
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
required: true
2626
sdk_url:
2727
description: 'Download unity sdk from this URL'
28-
default: 'https://dl.google.com/firebase/sdk/unity/firebase_unity_sdk_8.1.0.zip'
28+
default: 'https://dl.google.com/firebase/sdk/unity/firebase_unity_sdk_8.5.0.zip'
2929
required: true
3030
use_expanded_matrix:
3131
description: 'Use an expanded matrix? Note: above config will be ignored.'
@@ -173,7 +173,7 @@ jobs:
173173
run: |
174174
# TODO: Download unity SDK first
175175
if [[ -z "${{ github.event.inputs.sdk_url }}" ]];then
176-
sdk_url="https://dl.google.com/firebase/sdk/unity/firebase_unity_sdk_8.1.0.zip"
176+
sdk_url="https://dl.google.com/firebase/sdk/unity/firebase_unity_sdk_8.5.0.zip"
177177
else
178178
sdk_url=${{ github.event.inputs.sdk_url }}
179179
fi

auth/testapp/Assets/Plugins/Android/GameLoops/AndroidManifest.xml.meta renamed to analytics/testapp/Assets/Plugins/Android/AndroidManifest.xml.meta

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analytics/testapp/Assets/Plugins/Android/GameLoops.meta

Lines changed: 0 additions & 32 deletions
This file was deleted.

analytics/testapp/Assets/Plugins/Android/GameLoops/project.properties.meta

Lines changed: 0 additions & 10 deletions
This file was deleted.

analytics/testapp/Assets/Plugins/Android/project.properties.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 61
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
m_ScopedRegistriesSettingsExpanded: 1
16+
oneTimeWarningShown: 0
17+
m_Registries:
18+
- m_Id: main
19+
m_Name:
20+
m_Url: https://packages.unity.com
21+
m_Scopes: []
22+
m_IsDefault: 1
23+
m_UserSelectedRegistryName:
24+
m_UserAddingNewScopedRegistry: 0
25+
m_RegistryInfoDraft:
26+
m_ErrorMessage:
27+
m_Original:
28+
m_Id:
29+
m_Name:
30+
m_Url:
31+
m_Scopes: []
32+
m_IsDefault: 0
33+
m_Modified: 0
34+
m_Name:
35+
m_Url:
36+
m_Scopes:
37+
-
38+
m_SelectedScopeIndex: 0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!1386491679 &1
4+
PresetManager:
5+
m_ObjectHideFlags: 0
6+
serializedVersion: 2
7+
m_DefaultPresets: {}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
m_EditorVersion: 2017.4.1f1
1+
m_EditorVersion: 2019.4.32f1
2+
m_EditorVersionWithRevision: 2019.4.32f1 (f88bf0bee961)

0 commit comments

Comments
 (0)