mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 08:43:14 +00:00
Remove v8
This commit is contained in:
@ -20,6 +20,14 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
|
maven {
|
||||||
|
// Replace AAR from original RN with AAR from react-native-v8
|
||||||
|
url("$rootDir/../node_modules/react-native-v8/dist")
|
||||||
|
}
|
||||||
|
maven {
|
||||||
|
// prebuilt libv8android.so
|
||||||
|
url("$rootDir/../node_modules/v8-android/dist")
|
||||||
|
}
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user