Skip to content

Commit

Permalink
Merge pull request #232 from qonversion/release/5.1.7
Browse files Browse the repository at this point in the history
Release 5.1.7
  • Loading branch information
suriksarkisyan authored Nov 4, 2024
2 parents a789c1e + 81e2c27 commit 4a14b6d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/upgrade_cross_platforms_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ jobs:
sandwich_version: '${{ needs.prepare.outputs.sandwich_version }}'
},
})
await github.rest.actions.createWorkflowDispatch({
owner: 'qonversion',
repo: 'capacitor-plugin',
workflow_id: 'upgrade_sandwich.yml',
ref: 'main',
inputs: {
sandwich_version: '${{ needs.prepare.outputs.sandwich_version }}'
},
})
on_publishing_failed:
name: Cancel due to publishing failure
Expand Down
4 changes: 2 additions & 2 deletions QonversionSandwich.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
excluded_files = ['ios/sandwich/AutomationsSandwich.swift', 'ios/sandwich/AutomationsEventListener.swift', 'ios/sandwich/AutomationsMappers.swift']
s.name = 'QonversionSandwich'
s.version = '5.1.6'
s.version = '5.1.7'
s.summary = 'qonversion.io'
s.swift_version = '5.0'
s.description = <<-DESC
Expand All @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
s.source_files = 'ios/sandwich/**/*.{h,m,swift}'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

s.dependency "Qonversion", "5.12.4"
s.dependency "Qonversion", "5.12.6"
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
ext {
release = [
versionName: "5.1.6"
versionName: "5.1.7"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000202">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000177">

</testcase>

Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ platform :ios, '9.0'
use_frameworks!

target 'QonversionSandwich' do
pod 'Qonversion', '5.12.4'
pod 'Qonversion', '5.12.6'
end

target 'Sample' do
Expand Down

0 comments on commit 4a14b6d

Please sign in to comment.