We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58df4e commit c091fd9Copy full SHA for c091fd9
1 file changed
.github/workflows/update-sdks.yml
@@ -44,7 +44,7 @@ jobs:
44
repository: 'maven2'
45
groupId: 'com.mparticle'
46
artifactId: 'android-core'
47
- version: ${{steps.latest-version.outputs.result}}
+ version: '5.36.2' #${{steps.latest-version.outputs.result}}
48
extension: 'aar'
49
- name: "Output file path in container"
50
run: |
@@ -53,7 +53,7 @@ jobs:
53
- name: "Commit Changes"
54
55
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}}";
+ git diff-index --quiet HEAD || git commit -m "update: mParticle Android SDK to version 5.36.2";
57
git push -f origin HEAD:chore/update-sdks
58
update-apple-sdk:
59
name: "Update iOS SDK"
0 commit comments