Skip to content

Commit daffc81

Browse files
authored
Fix Unity 2020 Android Testapps do not contain game-loop intent filter.
1 parent fbd275b commit daffc81

File tree

56 files changed

+2
-563
lines changed

Some content is hidden

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

56 files changed

+2
-563
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

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

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

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

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

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

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

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

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

auth/testapp/Assets/Plugins/Android/GameLoops/AndroidManifest.xml.meta

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

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

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

0 commit comments

Comments
 (0)