Fix multiple blur view issues (#411)

Co-authored-by: Jascha Kanngiesser <jascha.kanngiesser@sap.com>
This commit is contained in:
Jascha 2021-04-27 00:22:53 +02:00 committed by GitHub
parent 79f338b513
commit 70c7d2ccca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
implementation 'com.eightbitlab:blurview:1.6.3'
implementation 'com.eightbitlab:blurview:1.6.6'
}