Skip to content

Commit

Permalink
Merge pull request #217 from qonversion/release/5.1.2
Browse files Browse the repository at this point in the history
Release 5.1.2
  • Loading branch information
suriksarkisyan authored Aug 25, 2024
2 parents 8b9544b + b2c0756 commit a636241
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.1'
s.version = '5.1.2'
s.summary = 'qonversion.io'
s.swift_version = '5.0'
s.description = <<-DESC
Expand Down
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.1"
versionName: "5.1.2"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class QonversionSandwich(
productId: String,
offerId: String?,
applyOffer: Boolean?,
oldProductId: String,
oldProductId: String?,
updatePolicyKey: String?,
contextKeys: List<String>?,
resultListener: ResultListener
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.000208">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000172">

</testcase>

Expand Down

0 comments on commit a636241

Please sign in to comment.