Skip to content

Commit

Permalink
Release 7.3.1
Browse files Browse the repository at this point in the history
Release 7.3.1
  • Loading branch information
SpertsyanKM authored Mar 29, 2024
2 parents 1633e07 + 4757e3d commit 96804b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import io.gitlab.arturbosch.detekt.DetektCreateBaselineTask
buildscript {
ext {
release = [
versionName: "7.3.0",
versionName: "7.3.1",
versionCode: 1
]
}
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.000374">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000442">

</testcase>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.qonversion.android.sdk.dto

data class QRemoteConfigList internal constructor(
internal val remoteConfigs: List<QRemoteConfig>
val remoteConfigs: List<QRemoteConfig>
) {
fun remoteConfigForContextKey(key: String): QRemoteConfig? {
return remoteConfigs.find { it.source.contextKey == key }
Expand Down

0 comments on commit 96804b3

Please sign in to comment.