From 1284e7bdf0d235d8588b507f325a9d55c4c9c37e Mon Sep 17 00:00:00 2001 From: Lijo George Date: Mon, 22 Apr 2024 18:03:05 +0530 Subject: [PATCH] Fix: #302 - bb consent android version updated --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5911407..920e985 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -137,7 +137,7 @@ dependencies { implementation platform('com.google.firebase:firebase-bom:28.0.1') implementation 'com.google.firebase:firebase-dynamic-links-ktx' // implementation 'com.github.L3-iGrant:mobileSDK-android:2.5.2' - implementation 'com.github.decentralised-dataexchange:bb-consent-android-privacy-dashboard:2024.1.1' + implementation 'com.github.decentralised-dataexchange:bb-consent-android-privacy-dashboard:2024.4.1' implementation 'com.github.zcweng:switch-button:0.0.3@aar' implementation 'com.cocosw:bottomsheet:1.5.0' implementation 'com.github.markomilos:paginate:1.0.0'