expo-helium 3.2.2 → 3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -43,7 +43,7 @@ android {
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
dependencies {
|
|
46
|
-
implementation("com.tryhelium.paywall:core:4.0
|
|
46
|
+
implementation("com.tryhelium.paywall:core:4.1.0")
|
|
47
47
|
implementation("com.google.code.gson:gson:2.10.1")
|
|
48
48
|
implementation("com.android.billingclient:billing:8.0.0")
|
|
49
49
|
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
|
@@ -279,7 +279,7 @@ class HeliumPaywallSdkModule : Module() {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
// Function for JavaScript to provide purchase result
|
|
282
|
-
Function("handlePurchaseResult") { statusString: String, errorMsg: String? ->
|
|
282
|
+
Function("handlePurchaseResult") { statusString: String, errorMsg: String?, transactionId: String?, originalTransactionId: String?, productId: String? ->
|
|
283
283
|
val continuation = NativeModuleManager.purchaseContinuation ?: return@Function
|
|
284
284
|
|
|
285
285
|
// Parse status string
|