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
6 changes: 3 additions & 3 deletions Editor/QonversionDependencies.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<androidPackages>
<androidPackage spec="io.qonversion:sandwich:7.8.0" />
<androidPackage spec="io.qonversion:sandwich:7.8.2" />
<androidPackage spec="com.fasterxml.jackson.core:jackson-databind:2.11.1" />
<androidPackage spec="org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.61" />
</androidPackages>
<iosPods>
<iosPod name="QonversionSandwich" version="7.8.0" />
<iosPod name="QonversionSandwich" version="7.8.2" />
</iosPods>
</dependencies>
</dependencies>
4 changes: 2 additions & 2 deletions Runtime/Scripts/Internal/QonversionInternal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal class QonversionInternal : MonoBehaviour, IQonversion
private const string OnIsFallbackFileAccessibleMethodName = "OnIsFallbackFileAccessible";
private const string OnPromotionalOfferMethodName = "OnPromotionalOffer";

private const string SdkVersion = "9.5.0";
private const string SdkVersion = "9.5.1";
private const string SdkSource = "unity";

private const string DefaultRemoteConfigContextKey = "";
Expand Down Expand Up @@ -760,4 +760,4 @@ private IQonversionWrapper GetNativeWrapper()
return _nativeWrapperInstance;
}
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.qonversion.unity",
"displayName": "Qonversion",
"version": "9.5.0",
"version": "9.5.1",
"unity": "2018.3",
"description": "Empower your mobile app marketing and product decisions with precise subscription data.",
"author": {
Expand Down Expand Up @@ -31,4 +31,4 @@
"/Editor.meta"
],
"dependencies": {}
}
}