Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QonversionSandwich.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'QonversionSandwich'
s.version = '7.0.0'
s.version = '7.1.0'
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: "7.0.0",
versionName: "7.1.0",
]
}

Expand Down
4 changes: 2 additions & 2 deletions android/sandwich/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.nocodes_version = '1.0.0'
ext.nocodes_version = '1.1.0'
}

plugins {
Expand All @@ -11,7 +11,7 @@ android {
compileSdk 33

defaultConfig {
minSdk 21
minSdk 23
targetSdk 33

group = 'io.qonversion.sandwich'
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.000486">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000991">

</testcase>

Expand Down