diff --git a/android/app/build.gradle b/android/app/build.gradle index 920e985..ff2d8ff 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -132,7 +132,7 @@ dependencies { implementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.0.0" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' - implementation "com.github.L3-iGrant:data_wallet:2024.4.1" + implementation "com.github.L3-iGrant:data_wallet:2024.6.2" implementation platform('com.google.firebase:firebase-bom:28.0.1') implementation 'com.google.firebase:firebase-dynamic-links-ktx' diff --git a/ios/Podfile b/ios/Podfile index 06935f1..18f2be2 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -39,7 +39,7 @@ target 'Runner' do # pod 'PrivacyDashboardiOS',:path => '/Users/mumthasirmohammed/bb-consent-ios-privacy-dashboard/PrivacyDashboardiOS' pod 'PrivacyDashboardiOS',:git =>'git@github.com:decentralised-dataexchange/bb-consent-ios-privacy-dashboard.git', :tag => '2024.4.2' - pod 'ama-ios-sdk', :git => 'git@github.com:L3-iGrant/ama-ios-sdk.git',:tag => '2024.4.1' + pod 'ama-ios-sdk', :git => 'git@github.com:L3-iGrant/ama-ios-sdk.git',:tag => '2024.6.2' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end