Skip to content

Commit 97e1ad8

Browse files
committed
fix: android fix for anroid 11
1 parent 4cb6407 commit 97e1ad8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
repositories {
2+
google()
3+
center()
4+
// force dependency versions on all subprojects
5+
configurations.all {
6+
resolutionStrategy {
7+
8+
// use 0.9.0 to fix crash on Android 11
9+
force "com.facebook.soloader:soloader:0.9.0"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)