From 8d326bf569c30e0b5e4dc02bfc7d7298bf77655e Mon Sep 17 00:00:00 2001 From: Lijo George Date: Wed, 1 Nov 2023 10:26:04 +0530 Subject: [PATCH] #150 Android - update privacyDashboard version to 2023.10.9 update privacy dashboard version to 2023.10.9 --- 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 d04daf8..881b578 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -136,7 +136,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:2023.10.8' + implementation 'com.github.decentralised-dataexchange:bb-consent-android-privacy-dashboard:2023.10.9' 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'