chore: Android BlurView upgraded to 2.0.3 (#3)

Author: Ajay Sivan <ajayesivan@gmail.com>
This commit is contained in:
Ajay Sivan 2023-05-09 01:04:19 -07:00 committed by GitHub
parent 722940e19c
commit 264dc0654a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,5 +138,5 @@ dependencies {
implementation "com.facebook.react:react-native:+" implementation "com.facebook.react:react-native:+"
// From node_modules // From node_modules
implementation 'com.github.Dimezis:BlurView:version-2.0.2' implementation 'com.github.Dimezis:BlurView:version-2.0.3'
} }