Skip to content

Commit ed2022a

Browse files
committed
Update Qonversion sandwich dependency to version 6.0.11 to fix Purchase acion type on Android
1 parent 44d3060 commit ed2022a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
8080
dependencies {
8181
implementation "com.facebook.react:react-android"
8282
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
83-
implementation "io.qonversion:sandwich:6.0.10"
83+
implementation "io.qonversion:sandwich:6.0.11"
8484
}
8585

8686
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)