Skip to content

Commit

Permalink
Fix: #313 - Version updated of data wallet sdk to 2024.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lijogeorgep authored and georgepadayatti committed Jun 30, 2024
1 parent c11c585 commit f5745a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ target 'Runner' do

# pod 'PrivacyDashboardiOS',:path => '/Users/mumthasirmohammed/bb-consent-ios-privacy-dashboard/PrivacyDashboardiOS'
pod 'PrivacyDashboardiOS',:git =>'[email protected]:decentralised-dataexchange/bb-consent-ios-privacy-dashboard.git', :tag => '2024.4.2'
pod 'ama-ios-sdk', :git => '[email protected]:L3-iGrant/ama-ios-sdk.git',:tag => '2024.4.1'
pod 'ama-ios-sdk', :git => '[email protected]:L3-iGrant/ama-ios-sdk.git',:tag => '2024.6.2'

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end
Expand Down

0 comments on commit f5745a3

Please sign in to comment.