Skip to content

Commit

Permalink
fix: force update tink library to fix release build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Jan 8, 2025
1 parent d945cfc commit ba4b890
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flutter_secure_storage/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@ android {
}

dependencies {
implementation "androidx.security:security-crypto:1.1.0-alpha06"
implementation 'androidx.security:security-crypto:1.1.0-alpha06'

// Force the specific version of Tink
implementation 'com.google.crypto.tink:tink-android:1.9.0'
}

0 comments on commit ba4b890

Please sign in to comment.