Skip to content

Commit c091fd9

Browse files
committed
ci: hardcode latest compatible Android SDK version
1 parent d58df4e commit c091fd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-sdks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
repository: 'maven2'
4545
groupId: 'com.mparticle'
4646
artifactId: 'android-core'
47-
version: ${{steps.latest-version.outputs.result}}
47+
version: '5.36.2' #${{steps.latest-version.outputs.result}}
4848
extension: 'aar'
4949
- name: "Output file path in container"
5050
run: |
@@ -53,7 +53,7 @@ jobs:
5353
- name: "Commit Changes"
5454
run: |
5555
git add Assets/Plugins/Android
56-
git diff-index --quiet HEAD || git commit -m "update: mParticle Android SDK to version ${{steps.latest-version.outputs.result}}";
56+
git diff-index --quiet HEAD || git commit -m "update: mParticle Android SDK to version 5.36.2";
5757
git push -f origin HEAD:chore/update-sdks
5858
update-apple-sdk:
5959
name: "Update iOS SDK"

0 commit comments

Comments
 (0)