From 5cebb52fc6cf196f4d603e506b8cd1913dd5d2e0 Mon Sep 17 00:00:00 2001 From: Toni Rico Date: Mon, 5 Feb 2024 15:28:32 +0100 Subject: [PATCH] Bump android to 6.9.6 (#708) This will bump android to 6.9.6, to include the fixes for `DEFERRED` mode not working when using an oldProductId in the format: `productId:basePlanId`. This will be used to create a hotfix in the hybrids. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index c119da05..db9900a2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ buildscript { ext.assertj_version = '3.22.0' ext.mockk_version = '1.12.8' ext.gradle_maven_publish = '0.22.0' - ext.purchases_version = '6.9.5' + ext.purchases_version = '6.9.6' ext.detekt_version = '1.23.0' repositories {