Skip to content

Commit

Permalink
fix: fix missing expo-blur version (#6595)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming authored Jan 23, 2025
1 parent a25b274 commit e10d090
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/expo-blur+12.9.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/node_modules/expo-blur/android/build.gradle b/node_modules/expo-blur/android/build.gradle
index 5aec8da..38f6c54 100644
--- a/node_modules/expo-blur/android/build.gradle
+++ b/node_modules/expo-blur/android/build.gradle
@@ -105,5 +105,5 @@ dependencies {
implementation project(':expo-modules-core')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
}
- implementation 'com.github.Dimezis:BlurView:version-2.0.3'
+ implementation 'com.github.Dimezis:BlurView:version-2.0.6'
}

0 comments on commit e10d090

Please sign in to comment.